Rich Tabor shares some thoughts on the “composability” of block themes.

Block Theme Composition and Interoperability
Rich Tabor @ rich.blog • 2 years ago

Rich Tabor @ rich.blog • 2 years ago
Rich Tabor shares some thoughts on the “composability” of block themes.

Adam Lowe @ youtube.com • 2 years ago
Adam Lowe has shared his premium course on YouTube for free. It goes in-depth on how to create a classic theme using Pinegrow. It is a great resource on creating a classic theme and on Pinegrow.

Milana Cap @ developer.wordpress.org • 3 years ago
For developers: this is an in-depth overview about WordPress nonces and a tutorial on how to use them.

codeable editorial team @ codeable.io • 3 years ago
This is an advanced tutorial on using the WP_Query object.

Lax Mariappan @ webdevstudios.com • 3 years ago
For developers: WordPress 6.1 added the “did_filter” function to check if your filter has already been run during the current page load. It is a bit esoteric, but useful if you need it.

Editorial Team @ codeable.com • 3 years ago
This is a good overview and tutorial for using the functions.php file.

Patrick Brosset @ smashingmagazine.com • 3 years ago
In the not WordPress, but useful department – Here are some nice browser dev tool tips. The author of the article maintains a site with these and the ones in the article are the most popular.

Jeff Starr @ digwp.com • 3 years ago
Here is a nice list of WordPress plugins from Jeff Starr that are useful when developing or debugging. I’m happy to see BugFu at the top of the list as I’ve found it easy and useful.

Michael Burridge @ developer.wordpress.org • 3 years ago
Interested in block development – this tutorial shows how to create a dynamic block using the RestAPI and the useEntityRecords to get a listof pages. It is a complete tutorial and you should be able to create a working block by following it.