Custom WordPress Rest Api route
How to register a custom wordpress rest api end-point or your theme and use javascript to make a call for that custom data.
Read articleHow to register a custom wordpress rest api end-point or your theme and use javascript to make a call for that custom data.
Read articleA tutorial on how to add custom admin option pages for your Wordpress theme with the Advanced Custom Fields plugin and Php
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 articleHow to implement navigational menus in your WordPress themes and enable the menu builder inside of the WordPRess admin area
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 article