Jack Arturo shares his experience and journey using AI when working on WP Fusion. It is not a tutorial, but an interesting overview.

Using AI for WordPress Development
Jack Arturo @ drunk.support • 1 year ago

Jack Arturo @ drunk.support • 1 year ago
Jack Arturo shares his experience and journey using AI when working on WP Fusion. It is not a tutorial, but an interesting overview.

Paul Andrew @ speckboy.com • 1 year ago
Do you want to create your own theme? This article reviews some popular theme frameworks. I was surprised it did not mention Roots / Sage. Also, I wondered how many of these are kept up to date and was surprised to see some like Gantry still being developed.

Felix Arntz @ make.wordpress.org • 1 year ago
Speculative loading of links is coming in WordPress 6.8. This was first a feature plugin and now is being integrated into core.

Kevin Leary @ smashingmagazine.com • 1 year ago
In this article Kevin Leary argues against using a framework like Sage for modern theme development and instead advocates for a simpler approach.

Mike Davies @ deliciousbrains.com • 1 year ago
This tutorial on creating a plugin with Cursor goes into a little more depth than some of the others I’ve seen.

Iain Poulson @ advancedcustomfields.com • 1 year ago
Here is a tutorial for power users and developers on using WP_Query. WP_Query is a core WordPress helper class for interacting with the database.

Thoriq Firdaus @ hongkiat.com • 1 year ago
Here is a new plugin boiler plate intended to enable modern coding features. It allows for using namespaces and autoloading with Composer.

Frank Klein @ wpdevelopment.courses • 1 year ago
Beginning with WordPress 6.3 the constant WP_DEVELOPMENT_MODE was introduced to by-pass the caching of the theme.json file, which is useful for development purposes. This article outlines the uses and parameters.

Fabian Kägy @ make.wordpress.org • 1 year ago
The 200th version of the Gutenberg plugin was released and has updates that will be included in the next version of core in March. There were a number of enhancements including improvements to the Style Book and pattern suggestions. What caught my eye was the ability to include hooks in content, which has been a feature only of PHP based themes up to now.