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.
Explore Data Views actions and what you can do with them, such as interacting with WordPress through the REST API or displaying modal windows.
Discover the new WordPress DataViews component to create UIs that enable users to customize, filter, and manage data. Learn how to integrate this powerful component into your plugins to create dynamic and user-friendly interfaces for managing datasets.
Building custom blocks is a key part of WordPress development, but it’s not always the best approach. Learn how to customize and extend existing WordPress blocks to meet your needs.
Learn to use the Grid block and Cover block to create cards with a hover reveal effect.
Learn to create an animating timeline effect by extending core blocks and adding in some custom CSS and JavaScript.
Transients are a powerful tool for avoiding unnecessary database requests, speeding up complex markup generation, and mitigating slow third-party API requests.
Spin up a live site demonstrating a custom plugin, a theme adapted to feature it, and a user manual—no server needed
The create-block package is a fantastic time-saving tool that allows you to quickly and consistently create custom blocks for your projects with a single command. With External Project Templates you can take full control of create-block to customize how you build your blocks.
A tutorial on using custom SlotFills to extend both an internal and external codebase.