Most people add useful code snippets to their WordPress site using their theme’s functions.php file – simply add the code to the end and all is good. But there are a number of downsides to this solution which can be simply cured by converting them to a plugin. Let me explain why and how you can do this.
Category: WordPress
Plugin developer, Core contributor and support volunteer. Yeah, I’m a WordPress fan!
-

Why you should move your personal site configuration to a plugin
-

Detecting per-post use of Gutenberg
There may be times when you need to detect use of Gutenberg on a per-post level – for example, a plugin that adds specific Gutenberg functionality, or maybe to display specific content on Gutenberg pages.
With plugins such as Gutenberg Ramp available, making it easy to specify specific groups of posts that should use Gutenberg, plus the fact that only posts you edit/add after installing Gutenberg will make use of its new functionality, it’s easy to see that most sites will end up with a mixed estate.
(more…) -

Adding a link to your draft posts in the WordPress admin
When you’re working in a publishing environment, the most used part of WordPress will be viewing your draft posts. After all, this is your current, active work. Once done, it’s over to an editor to publish. Yet, draft posts are a few too many clicks than they really need to be.
(more…) -

Introducing WordPress’ Gutenberg editor to The Big Tech Question
I’ve been writing for The Big Tech Question (BTQ) website for some time now. It’s my first foray into serious journalism but it really lets me sharpen my teeth on higher quality writing – one that I can then use back at my job with Automattic too.
But the link between the two doesn’t end there. When I joined them they were using WordPress but hosted somewhere, well, not very good. I convinced them to move to WordPress.com and, now, I’ve moved them onto the Gutenberg (GB) editor. In this post I want to give a little more detail on why, how and what then happened!
(more…) -

The “Try Gutenberg” callout, part of WordPress 4.9.8, is now live – here’s what you need to know
If you update your site to WordPress 4.9.8, you’ll find a “Try Gutenberg” callout on the dashboard. Who sees this and can it be switched off?
(more…)
