It's 2023, and we still have no simple way to insert Gutenberg blocks into WordPress using wp_insert_post. You're out of luck if you want to …
How to Create Files in a GitHub Action and Commit Them to Your Repository
I recently worked with GitHub Actions, where I generated a JSON file and then needed to add it to the repository. I parsed some Markdown …
What Would Get People Back Into the Office?
In a hilarious read in the Australian Financial Review, a propaganda piece disguised as an article on remote work and office perks has been …
PHP Will Not Die
PHP, the programming language that has been declared dead more times than a cat has lives, is still very much alive and kicking. Despite …
How to Create a Blockchain With TypeScript
If you have been a reader of my blog for a while, you would know that I am an avid cryptocurrency enthusiast. I believe in the tech more so …
Parsing Metadata Inside of Markdown Using JavaScript Without Any Dependencies
In a recent project, I worked with Markdown files that contained metadata at the top for blog posts. I needed to parse the Markdown with …
Programmatically Update the Status of a Post Using Gutenberg JS
In a WordPress project I am building, I needed a way to programmatically update the post status of a post on the edit screen, specifically …
How to Hide Meta Boxes in WordPress Gutenberg
When WordPress introduced the Gutenberg editor, it was a mess, to say the least. Everything was turned upside for developers and things that …
How to programmatically populate a TinyMCE Advanced Custom Fields field in WordPress
The Advanced Custom Fields plugin for WordPress is invaluable. It has filled a gap in WordPress for the better part of a decade and is one …