Writing
Periodic content dedicated to WordPress development, tutorials, project updates, and other useful resources. I am currently focused on the Block Editor, Full Site Editing, and block-based themes.
- Blocks (4)
- Editor Curation (1)
- Extensibility (1)
- Full Site Editing (1)
- Personal (4)
- Speaking (2)
- Tutorials (6)
-
Disable Responsive Columns in Gutenberg and Other Tips
A handful of useful CSS examples to customize the Columns block in WordPress.
-
How to efficiently manage content in WordPress – A solution for the Block Editor
How you can use the Block Visibility plugin to improve your content workflow in WordPress.
-
Displaying Custom Taxonomies in the WordPress Site Editor
Using block variations, learn how to add dedicated custom taxonomy blocks to WordPress.
-
A primer on WordPress SlotFill technology
What is SlotFill and how can you use it in your own projects?
-
Activating a license in React for EDD Software Licensing while avoiding CORS issues
How I overcame CORS issues while implementing EDD Software Licensing in a React-powered WordPress admin screen.
-
Programmatically add classes to blocks in the WordPress editor based on attributes
Need to add a specific CSS class to block components based on the value of an attribute? This one’s for you.