Introducing my latest course, teaching JavaScript essentials for WordPress devs.
Web Development
A basic ticker tape (marquee text) with just CSS
An easy to implement CSS only ticker tape or marquee text animation.
Delete all posts of a post type from the WordPress database
A quick little WP-CLI command to nuke all posts of a specific post type in one go.
Inline SVGs in your WordPress code with this helper function
Easily inline your SVGs in WordPress and modify the attributes while you’re at it with this handy function.
Modify support for new Block Editor settings with PHP
Use PHP to easily and quickly modify block editor features, with a solid example.
How to set up theme.json in WordPress themes
Get to know the features of theme.json and how to start using it in your WordPress theme.
Get a list of all registered Block Patterns in the WordPress Block Editor
Here is how you can get a list of all registered block patterns. It’s a handy little function I created […]
How to remove default settings on a block in the WordPress Block Editor
“Has anyone figured out how to remove a default alignment on a core block? For example, Media & Text defaults […]
How to add a Custom Colour Palette to the Block Editor
Adding a custom colour palette to the Block Editor (Gutenberg) is fairly simple to do, here’s how.
Quickly downgrade or upgrade your Node.js version
Skip right to the solution I encountered a really annoying problem last week while doing a small project for an […]