Tag: move

  • Can we talk about Gutenberg and some of the toxic elements of the community?

    Can we talk about Gutenberg and some of the toxic elements of the community?

    Unlike so many of the articles on the subject of Gutenberg, I’m not going to review it. I’ve run it on my site for some time and think it’s great. As a non-JS (okay, I know a little) developer, it’s going to be a steep hill to convert my plugins but as a user, I think it’s an amazing improvement.

    No, I want to talk about some of the toxicity in the community and discuss some of the conspiracy theories that accompanies this.

    (more…)
  • Why you should move your personal site configuration to a plugin

    Why you should move your personal site configuration to a plugin

    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.

    (more…)
  • Detecting per-post use of Gutenberg

    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

    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

    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…)