Tag: WordPress Development
-
My experience creating a full site editing theme for the WordPress theme directory
Read This PostIn June 2022, I released my first WordPress block theme to the theme directory for people to use. It was an attempt to really understand what it’s like to create a theme in a full site editing world. Here’s what I learned about that.
-
Developing with WP Rig
Read This PostIf you’re looking for a great starter theme to build your next WordPress theme on, you might want to check out WP Rig. It’s got everything a developer could want.
-
How Gutenberg is from a developer’s perspective
Read This PostWe’re still in this sort of waiting period for Gutenberg, the new WordPress editor. If you’re a WordPress developer, however, you need to be learning how to develop with it now.
-
Adding filter and action hooks to your WordPress plugin
Read This PostWordPress is known for its customizations, but sometimes as plugin or theme developer, it can be tricky to figure out how to let your users add in customizations. That’s where filters and hooks come into play.
-
How to add a WordPress admin page to add data to a custom table
Read This PostSo you have a custom table, but how do you get data in there the WordPress way? This tutorial shows you how to create an admin page and insert data into that table.
-
How to create a custom table in WordPress and why
Read This PostWordPress comes with a number of basic tables created in your site’s database. But sometimes those tables aren’t quite enough. And sometimes a custom table is needed.
-
Why you should create a theme for the WordPress theme directory
Read This PostIf you have a goal of getting better at web development, there’s no better way to accomplish that by creating a WordPress theme for the directory.
-
Why you should be commenting your code, even if you’re the only contributor
Read This PostComments in code can be a lifesaver. But if you’re working on a solo project, you might feel the pull to not comment your code. You would be wrong.
-
What I learned from helping to organize WordCamp DFW
Read This PostI spent the past several months as the PR and Social Media organizer for WordCamp DFW. Needless to say, I learned a lot being on such an amazing team putting on an incredible event.
-
WordPress’ Gutenberg editor looks promising but needs work
Read This PostWordPress’ eventual new post editor, Gutenberg, became available as a feature plugin two weeks ago. It certainly has it’s flaws but I think it has a lot of potential.