-
Block theme templates: the easy way to build an elegant grid of posts
WordPress block themes offer an immense amount of flexibility, allowing you to configure your home page layout in countless ways. In this tutorial, you will be guided through creating a magazine-style home page layout that displays recent posts while also providing a traditional post list for inner pages.
-
Converting your shortcodes to blocks
Learn tips and tricks for creating blocks from existing shortcodes, based on real world examples. Understand when a shortcode should be converted to a block, processes to follow to convert blocks, and useful block development practices.
-
Creating a custom block that stores post meta
Learn how to create a custom dynamic block that saves information to custom post_meta and creates a one-to-one experience in both the block editor and on the front end. You will see an example of how to to use @wordpress/create-block package to scaffold a block.
-
Block theme resources roundup
If you have been wondering how to learn everything you can about block theme development, then this post is for you. The links in this post have been collected from official WordPress sources and categorized to help you learn more about block themes and related topics.
-
Some very cool things can happen when you hit Enter in a block.
A very cool thing happens when you hit Enter in a block. Actually, three very cool things can happen. Read on to discover how you can make them happen in your custom blocks.
-
Building a book review grid with a Query Loop block variation
A step-by-step tutorial for building a custom Query Loop block variation and integrating it with custom post meta.
-
Application state managed withDispatch, withSelect and compose 101
Editor related Javascript code is full of references to withDispatch, withSelect and compose. This article briefly explains why these methods […]