MoSCoW is a great way to prioritise your tasks, and an essential part of any agile project managers toolkit. MoSCoW stands for: Must Have Should Have Could Have Won’t Have Here is what you do. Plot your tasks on a…
Using the WordPress Block Editor (Gutenberg) with the REST API

In my previous article I talked about how to loop through posts and custom post types within Gutenberg. In this post I talk about receiving and using custom data within Gutenberg from WordPress REST API endpoints. In this example we…
Coping with Lockdown

Virus PNG Designed By nickfz from Pngtree.com. On the morning that this blog post was published, my son presented himself with a temperature and a cough. Previously the UK Government had issued advice that if you have a temperature and…
@wordpress/create-block bug hunt

Today I was writing my @wordpress/create-block series over on Wholesome Code, and during a demo I was filming relating to this, I wanted to use both a Mac and a PC to to run the script to show how easy…
Additional Configuration for webpack

This article builds on top of the webpack.config.js file we created in the article Extending the WordPress Create Block Script webpack Config. If you have not read that article, you may want to give it a quick read. Supporting CSS…
Compiling Sass for Multiple Blocks with the webpack Config

This article shows an example of how to use the Sass files we setup in the article Extending the WordPress Create Block Script webpack Config with multiple blocks within the same plugin. If you have not read that article, please…
Extending the WordPress Create Block Script webpack Config

With official support from the WordPress Editor (Gutenberg) team, you can now quickly get up and running with a block plugin using the WordPress Create Block Script (@wordpress/create-block npm package). In this article we explore how you can add a…
An Overview of the WordPress Create Block Script

The official WordPress Editor (Gutenberg) team have provided a neat little script for you to create a block plugin with their @wordpress/create-block npm script. This article gives an overview of the WordPress Create Block Script, along with details of what…
What do Bloggers think about the WordPress Block Editor (Gutenberg)?
We asked a group of bloggers what they think about WordPress Gutenberg (also known as the block editor) and how it’s changed their blogging game for the good, the bad and the ugly… Blogging has come a long way since Justin…
Staying Happy and Healthy at Work
How can you stay fit and healthy when you have a million and one priorities all fighting for your attention? Your boss, your family, your friends and other commitments need your time, so how can you possibly make time for…