-
Revisiting Gutenberg
•
Continue Reading: Revisiting GutenbergLike it or not, Gutenberg is going to be the new editor for WordPress sometime in 2018. So how does it look in its current state?
-
Why you should be packaging a functionality plugin with your premium theme
•
Continue Reading: Why you should be packaging a functionality plugin with your premium themeIf you’re going to be selling a WordPress theme with cool features, please make sure to move those features into a functionality plugin to go with the theme. Your customers will appreciate you even more.
-
What a custom functionality plugin is and why you should use one
•
Continue Reading: What a custom functionality plugin is and why you should use oneA lot of tutorials have you put custom code in the functions.php file. But if it affects WordPress itself in anyway, that code should really go in a functionality plugin.
-
Why you shouldn’t use the WordPress code editor
•
Continue Reading: Why you shouldn’t use the WordPress code editorWordPress 4.9 gave a number of cool enhancements to the code editor for themes and plugins in the admin. But that doesn’t mean you should edit any PHP in the editor.
-
Why you should create and use a child theme
•
Continue Reading: Why you should create and use a child themeChild themes are an important part of the WordPress ecosystem, but a lot of users don’t use one, which is extremely frustrating. So here’s why you should be using a child theme today.
-
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.
-
WordPress needs to stay JavaScript framework ‘agnostic’
•
Continue Reading: WordPress needs to stay JavaScript framework ‘agnostic’WordPress currently stands at a fork in the JavaScript road. For a long time, it seemed like a formality that the core team would select ReactJS as the JavaScript framework for WordPress. After all, Automattic, the company that runs WordPress.com, started using it, and the new post editor, Gutenberg, was being built with it. But…
-
Why WordCamps Matter
•
Continue Reading: Why WordCamps MatterWordCamps are a great place to see the WordPress community in action. So if you use WordPress in any way, why haven’t you attended one?
-
Displaying threaded comments with VueJS
•
Continue Reading: Displaying threaded comments with VueJSDisplaying comments in a threaded manner is challenging with the WP REST API. But here’s a simple way to do it with VueJS.
-
In defense of the way Gutenberg adds oEmbeds and Shortcodes
•
Continue Reading: In defense of the way Gutenberg adds oEmbeds and ShortcodesThere’s much debate about the Gutenberg editor, especially around these custom blocks which will replace oEmbeds and shortcodes. But it’s not as bad as it might seem.