-
Should Gutenberg blocks be in plugins or themes?
•
Continue Reading: Should Gutenberg blocks be in plugins or themes?Gutenberg is still going through the finishing stages before it’s released in WordPress core. But there’s still a question about Gutenberg blocks that I’m not really seeing anyone answer. Should blocks be placed in plugins or themes?
-
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.
-
How to get access to alpha, beta and release candidate versions of WordPress
•
Continue Reading: How to get access to alpha, beta and release candidate versions of WordPressTesting pre-release versions of WordPress is a key part of making sure major releases, and your site, run smoothly. But not a whole lot of people know about it. So here’s how to test pre-release versions on your staging or development sites.
-
More thoughts on the Gutenberg editor
•
Continue Reading: More thoughts on the Gutenberg editorGutenberg is coming whenever WordPress 5.0 is released. It’s come a long way from when it was released as a plugin last year. Like everyone else, I have thoughts on the new editor.
-
Changing a shortcode to a dynamic Gutenberg block
•
Continue Reading: Changing a shortcode to a dynamic Gutenberg blockGutenberg is coming, and it will shake up the ecosystem. One of the biggest changes will come with shortcodes, since the TinyMCE editor will be no more. But it’s pretty easy to turn shortcodes into the blocks with dynamic blocks.
-
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.
-
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.
-
A simple guide to adding a WP REST API controller
•
Continue Reading: A simple guide to adding a WP REST API controllerThe WP REST API is still a hot item in WordPress core. And this tutorial will show you how easy it is to make your own REST API endpoint for your plugin and custom data.
-
What I learned in a year with Sports Bench
•
Continue Reading: What I learned in a year with Sports BenchIt’s been about a year since I released Sports Bench, a plugin/theme package that keeps track of sports stats for your league. So what have I learned in the last year with it?