-
Thoughts on Editor UI (Block Styles Manager – Build in Public Part 4)
In this update to the Block Styles Manager, we focus on some of the weird UI challenges that the block editor provides, why custom CSS isn’t already an option, and what is a block editor “plugin”.
-
Building a Block Styles Manager – Episode 3
Custom data stores in WordPress / the block editor. Hard stuff (for me at least). In this status update on the Block Styles Manager, I talk about custom REST API endpoints, handling data, and saving CSS directly to your filesystem.
-
WordCamp Phoenix 2024
🚨 If you’re looking for my presentation from WCPHX 2023, Migrating your Workflow from ACF Flexible Content Rows to ACF Blocks, you can find that here. Custom Block Development… Using Other Blocks Learn how to build a custom block- using only other core blocks. Why? WordPress core already offers blocks for most common HTML elements-…
-
WP REST API and Postman – Using Application Passwords
What are Application Passwords in WordPress and how can I use them? Let’s dig into the WP REST API and how you can make authenticated API calls from tools like Postman (and any other code base) by using core WordPress’s Application Passwords feature.
-
In Support of Canonical Plugins
There’s a few additional features that WordPress should really offer out of the box, based on a more modern expectation of what a website could/should be.
-
Block Styles Manager for WordPress – Episode 2
Episode 2 of my YouTube Build in Public series building a block styles manager for the WordPress block editor.
-
Building a Block Styles Manager – Episode 1
Episode 1 of my YouTube Build in Public series building a block styles manager for the WordPress block editor.
-
How to Build Dynamic (PHP) Blocks in WordPress
Let’s build a dynamic block for WordPress. Along the way we’ll discuss the difference between static and dynamic blocks, when to use them, WP_Query, what ServerSideRender is and what the best approach for performance is.
-
Thoughts on Version Control for Block Themes
How do we handle version control for ongoing development of a block-based website?