WordPress Plugin and Block Editor Tutorials

Published: December 25, 2022 by Ronald Huereca
Opt-in Now for Community and Commercial Plugin Categorization
The WordPress Plugin Directory now allows you to categorize your plugin as commercial or community. You have to opt-in to this.

Published: December 21, 2022 by Ronald Huereca
Add Custom Plugin Settings Links to Your Plugin
Are you a WordPress plugin developer looking to add shortcuts for your plugin customers? This short tutorial will let you know how to add these shortcut links.

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.