
The Query block is the foundation of every block-based theme. It shows the list of posts for the current page, and is the basis of all further customizations. But if…

Discover how the global styles feature simplifies styling full-site editing themes. Both for the frontend and for the editor styles.

So what does it mean to build a theme that’s compatible with Full-Site Editing? And how is it different to the theme building we’ve done for ages?

Have any question about the Full-Site Editing feature? Or do you want to create a Block Theme? We’ve answered the most common Full-Site Editing questions in the simplest way.
A list of the most common issues encountered when writing WordPress unit tests. Includes workarounds for the most common automated testing problems.
When I get started writing unit tests in WordPress, I continuously ran into what seemed to be strange behaviours by the WordPress Unit Testing framework. Strange when comparing to other PHP…