Use PHP to easily and quickly modify block editor features, with a solid example.
Web Development
Adding Read Only fields to multi-part Gravity Forms
Adding read only fields to multi-part forms in Gravity Forms by enqueuing JS instead of echoing it straight onto the page.
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
During one of my projects, I needed a list of all registered block patterns. So I created this handy function […]
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 […]
Adding a TinyMCE Editor in the WordPress Customizer
Earlier this year, I figured out a nice and clean way to include the TinyMCE editor in the WordPress Customizer. […]
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.
A WordPress Caching Primer
A quick primer on the different types of caching and how they affect WordPress.
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 […]
Command Line: A quick tutorial
Learn the basics of the Command Line, how to move from folder to folder, create new files, and get out of unknown situations.