Changing the Gutenberg color palette
How to set custom colors on the WordPress Gutenberg color palette and remove the option to select custom colors through the color picker.
Read articleHow to set custom colors on the WordPress Gutenberg color palette and remove the option to select custom colors through the color picker.
Read articleHow to add custom images sizes to your WordPress theme and show the new sizes in the size selector in the editor and media dialog.
Read articleIn the final month of 2019 there two minor WordPress releases. Version 5.3.1 was a short-cycle maintenance release that included mostly security and bug fixes. Version 5.3.2 quickly followed to tackle some high severity issues reported after the previous release.
Read articleIf you ever tried to test your WordPress website with The W3C Markup Validation Service you probably got this warning “The type attribute is unnecessary for JavaScript/style resources”. Let me show you how to fix this.
Read articleIn November we saw the release of WordPress 5.3 Kirk. I listed the most important changes for developers in a previous edition.
Read articleUp until the WordPress 5.3 release you could only register custom block styles by creating a Javascript file with a call to registerBlockStyle. As of WordPress 5.3 we can achieve the same thing with a simple Php function call.
Read articleOctober has still been all about the upcoming WordPress 5.3 release which is now scheduled for November 12th. You can check out the latest version WordPress 5.3 RC3 here.
Read articleNow I don’t want to start of negative so even though I’m not the biggest fan of the WordPress customizer and it will probably be replaced with some kind of Gutenberg implementation in the future. I’m also not a fan of changing client logo’s every time they or a designer decides it needs a update. So we’d better implement this option into the the WordPress admin and be done with it! 🙂
Read articleBesides being a “WordPress enthusiast” I’m also a fan of the Laravel framework. And sometimes Laravel has some nice features that can be transported to WordPress. I already wrote an article about using Laravel-Mix with WordPress, and in this article i want to talk about the d() and dd() debugging functions.
Read articleIn this article i want to show you a alternative, lesser known, way to access post meta values other than using the get_post_meta() function.
Read article