How to write Jest and @wordpress/e2e-test-utils tests for Gutenberg blocks?
So, you’re building Gutenberg blocks and want to make sure they actually, you know, work. Good call! When it comes to testing, you’ve got a
Learn server setup, WordPress tricks, and web development insights from my detailed blog guides.
So, you’re building Gutenberg blocks and want to make sure they actually, you know, work. Good call! When it comes to testing, you’ve got a
So, you’re looking to supercharge your WordPress workflow with some custom WP-CLI commands. That’s a smart move! Instead of clicking around in the admin or
So, you’re diving into Block Editor customization in Full Site Editing (FSE) themes, and terms like “block locking,” “block templates,” and “template locking” are popping
So, you’re diving into custom Gutenberg blocks and you’ve hit a point where you want to add a bit more flair, a touch more control,
Let’s talk about safely performing a database search-and-replace using WP-CLI, especially when serialized data is involved. The quick answer is to specifically use the wp
So, you want to automate your WordPress deployments with WP-CLI in a CI/CD pipeline? Great choice! The short answer is: you integrate WP-CLI commands into
Building a Full Site Editing (FSE) block theme from scratch in WordPress can feel like a tall order, but it’s totally achievable once you get
So, you’re diving into the world of WordPress block development and you’ve stumbled across this block.json file. It seems a bit mysterious, doesn’t it? Like
So, you’ve got a classic Metabox on your WordPress site, and you’re looking to bring it into the shiny new Gutenberg editor as a sidebar
You’ve got a complex WordPress migration or data update script you need to run on your live site, and you’re probably wondering, “How can I