-
Dynamic WordPress Playground Blueprints with Cloudflare Workers
I build a system for flexible WordPress Playground blueprints using JSON and a Cloudflare Worker to spin up demo WooCommerce stores.
-
Building WordPress Plugins with AI – InstaWP Webinar
This week I had the opportunity to join Nick Diego and Vikas Singhal on a webinar focused on building WordPress plugins with AI for InstaWP. Nick and I both demoed our Cursor workflows building custom plugins and talked about a lot of high-level takeaways for anyone interested in using AI in their WordPress development. Links
-
Building a WooCommerce AI Bundle Generator with React & AI Services
In this tutorial, I dive into two awesome developer tools: the WooCommerce Create Woo Extension package and the AI Services framework by Felix Arntz. I combine them to build a simple yet powerful WooCommerce admin screen that generates product bundles with AI-powered descriptions! Using the WooCommerce extension scaffold, I create a React-powered settings page under…
-
Are Matt’s AI Skills Making WordPress Developers Obsolete?
In this livestream, Matt shows me his new AI developer skills and I decide if I should be worried about my career.
-
WP Queries in PHP and JavaScript – Building a custom Avatar block
In this video, I share how I built a custom solution for displaying guest speaker images on my podcast website using WordPress. I combined plugins like Seriously Simple Podcasting and the outdated WP Term Images, then created a custom Gutenberg block to dynamically display speaker headshots. I discuss the challenges of working with the REST…
-
Add custom CSS and JavaScript to any WordPress block
We’re adding custom CSS and JavaScript files to WordPress core blocks. Modify any block.json with simple PHP to load your own custom CSS and JavaScript.
-
Local WordPress with Herd, DBngin, and WP-CLI
Local WordPress development made easy with Laravel Herd and DBngin. We’ll use wp-cli to download, install, and manage a local WordPress environment in just a few minutes. Relevant Links Full Transcript AI-Generated and unedited as of yet Okay, so recently I’ve been messing around with Larival Herd, which is a tool for kind of local…
-
Speed Up Dynamic Data with WordPress Object Cache | WP Agency Summit
Recent appearance at the WP Agency Summit where I discuss the power of object caching in WordPress. We talk about how object cache can speed up the retrieval of dynamic data and improve site performance.
-
Custom fields and post types inside the block editor – An Automattic Adventure
Earlier this week, I livestreamed to talk about Create Content Model, the open source prototype that I was lucky enough to participate in with the team from WordPress.com. If you haven’t already, I recommend watching the stream because I tell the whole story, demo the prototype, and answer a few questions. But I’ll give some…
-
Build a Custom AI Block in WordPress with OpenAI Integration
Let’s create a custom WordPress Gutenberg block that connects to OpenAI’s API.