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 up room when you …
Posts in Wordpress
The WordPress community is in turmoil, and at the center of the storm stands Matt Mullenweg, once hailed as a visionary but now increasingly viewed as an …
WordPress, a flexible content management system, allows various customisations to enhance user experience and streamline site management. One common requirement …
WordPress, by its very design, is a platform that offers a high degree of flexibility and customisation. One area that developers often need to customise is the …
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 pull …
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 in the Gutenberg …
When WordPress introduced the Gutenberg editor, it was a mess, to say the least. Everything was turned upside for developers and things that worked in previous …
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 of the first plugins …
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 grown to like …
WordPress has a great actions and filters system allowing you to create injection points for modifying parts of your code (especially for plugin authors). …