Have you ever wanted to get rid of that content editor block in your custom post types? You know, that big empty space sitting there taking …
Wordpress
Matt Mullenweg is destroying WordPress. Is it time for a fork?
The WordPress community is in turmoil, and at the center of the storm stands Matt Mullenweg, once hailed as a visionary but now increasingly …
Implementing a Logout Feature in WordPress Menus
WordPress, a flexible content management system, allows various customisations to enhance user experience and streamline site management. …
Adding Custom Cron Schedules in WordPress
WordPress, by its very design, is a platform that offers a high degree of flexibility and customisation. One area that developers often need …
How to Insert Gutenberg Blocks Using wp_insert_post
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 …
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 …
Programmatically Clicking the “Convert to Blocks” Button in WordPress Gutenberg on the Edit Screen
In the beginning, I was one of the loud developers protesting WordPress Gutenberg. But, now that Gutenberg has been around for a while, I've …