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.
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.
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.
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.
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.
A step-by-step tutorial for building a custom Query Loop block variation and integrating it with custom post meta.
Editor related Javascript code is full of references to withDispatch, withSelect and compose. This article briefly explains why these methods are important, what they’re used for and how to use them. withDispatch, withSelect and compose are a triad of Gutenberg methods that are often used […]
In WordPress 5.0, the WordPress SlotFill system was introduced as part of the Gutenberg project and is the extension paradigm that allows developers to extend the UIs introduced with the Gutenberg project such as the Post Editor and the Site Editor.