WordPress 6.1 introduced several necessary changes to its layout framework. Namely, core has now centralized its layout definitions, created semantic class names, and reduced code duplication on container blocks. Originally, this post was intended to be a quick look at the changes to the system for theme authors. However, given the heftiness of the topic,…
The fourth edition of a monthly roundup that brings you all the latest features, updates, and fixes you need to know about for extending WordPress.
The third edition of a monthly series that cuts through all the noise of a busy development cycle and brings you the latest features, updates, and fixes you need to know about to build on top of WordPress.
Welcome to the second edition of this monthly series. If you’re a developer who builds on top of the WordPress platform, this news is for you. The goal is to make it easier to navigate the fast-paced development cycle, narrowing down the list of must-read content into a single digestible source. The February 2023 edition was…
What makes a well designed pattern? And what ensures that a pattern integrates flawlessly into any WordPress site? A designer shares some of the lessons they’ve learned while building themes and websites.
The fifth installment of a monthly roundup that showcases features that are specific to theme and plugin developers. The latest updates are focused on the WordPress 6.3 development cycle.
A tutorial on how to create block design tools or controls for individual blocks using JavaScript.
The ninth edition of a monthly roundup that cuts through most of the noise, curating the features you need to build on top of modern WordPress.
Discover what content-only editing is, why it’s essential to enable it in all your custom WordPress blocks, and how to implement it effectively.
WordPress introduced the Block Styles API in version 5.3 as a feature for theme authors to create block customizations that are not possible via the built-in design tools. However, it is often an underutilized feature in themes. And, when it is used, the results are sometimes are best replaced with variations or patterns. In this guide, you…