WordPress Plugin and Block Editor Tutorials

Published: December 9, 2022 by Ronald Huereca
How to Create a Unique ID for Styling your WordPress Block
Sometimes you need to style your blocks individually, and this is where a unique ID for each block can come in handy. So how do you get one? Step 1: Add The uniqueId attribute Head to your block’s block.json file and add in the uniqueId attribute. Give it a type of string with an empty …
How to Create a Unique ID for Styling your WordPress Block Read More »

Published: October 10, 2022 by Ronald Huereca
Getting Rid of Three Common Block Editor Annoyances
The block editor has some annoying defaults, including a welcome dialogue and full-screen mode. This tutorial shows you how to turn these off automatically.

Published: October 4, 2022 by Ronald Huereca
How to Set Block Icons on the WordPress Plugin Directory
Adding block icons to WordPress.org is a fairly straightforward process with some caveats.

Published: September 25, 2022 by Ronald Huereca
A Guide to Creating a PSR-4 Autoloading WordPress Plugin (and pass WP coding standards)
Using a PSR standard such as PSR-4 allows for a predictable file structure and way to autoload your plugin files with ease.