-
Creating a WordPress Block Theme — Creating Theme Style Variations
•
Continue Reading: Creating a WordPress Block Theme — Creating Theme Style VariationsWe’re almost done with creating our full site editing theme. But before we get it ready to submit to the WordPress theme directory, we first need to add one more thing: style variations. Style variations allow theme developers to quickly create variations of their themes with different colors, fonts and other elements. We used to…
-
My experience creating a full site editing theme for the WordPress theme directory
•
Continue Reading: My experience creating a full site editing theme for the WordPress theme directoryIn 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
•
Continue Reading: Developing with WP RigIf 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
•
Continue Reading: How Gutenberg is from a developer’s perspectiveWe’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
•
Continue Reading: Adding filter and action hooks to your WordPress pluginWordPress 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
•
Continue Reading: How to add a WordPress admin page to add data to a custom tableSo 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
•
Continue Reading: How to create a custom table in WordPress and whyWordPress 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
•
Continue Reading: Why you should create a theme for the WordPress theme directoryIf 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
•
Continue Reading: Why you should be commenting your code, even if you’re the only contributorComments 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
•
Continue Reading: What I learned from helping to organize WordCamp DFWI 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.