Part 1 of building a required modal in the WordPress block editor.
All Articles
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 […]
It’s time to start learning how to build with the Block Editor
The new Block Editor is here to stay. Learn how to start building with the Block Editor, even if you don’t know any JavaScript or React.
2020 Annual Review
Recapping the year of COVID-19 and sharing my one little word for 2021.
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. […]
Gift Guide for Developers – 2020 edition
A short and simple gift guide for developers in this nutso COVID season.
Manipulating SVGs as Data URLs
This is a work in progress draft post, which I intend to update with tidbits I need to remember as […]
Bulk add WooCommerce Coupons without a plugin
How to quickly and easily bulk add WooCommerce coupons programmatically.
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.