Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group
By default, WordPress uses themediumimage size on the attachment pages. In order to change this, you’ll need to either use theCode Snippets Pluginoruse a child themeto create a custom filter. You can paste this code into a Code Snippet or into your Child Theme’s functions.php file to...
Note:In this article, we are talking about using the block editor, which is designed for editing your posts and pages. If you’re wondering how to edit your entire website with blocks, then please see ourcomplete guide to WordPress full site editing. What’s the Difference Between the Blo...
Patterns, previously known as reusable blocks, are powerful features in theWordPress block editorthat allow you to save a collection of blocks for easy reuse throughout an entire website. Many bloggers often add the same content snippets in multiple articles, such as calls-to-action at the end...
WordPress blocks can be added, ordered, and rearranged. This allows users to create rich media pages visually intuitively— with fewer workarounds like shortcodes or custom HTML. We should admit that Gutenberg is rapidly moving to become a full-site editing solution and not just a content editor...
2How to Resize Blocks in WordPress Using CSS 3Conclusion How to Resize Blocks in the Editor Some—but not all—blocks have built-in resizing options. These are the easiest ones to resize for obvious reasons. Depending on the block, however, the resizing options will be in different places....
In the Blocks sub-section, you can choose the available media types to insert in the new block. The options are: Text –different formats of text. You can add a simple paragraph, new heading, list, table, and many more. Media –lets you insert a multimedia file in the block. It coul...
Okay. It would be weird. Got it, loud and clear… But this will all make a bit more sense in a second. In this post, we’re going to cover everything you need to know about WordPress blocks. If you’re an old-school WP user like myself, then you probably still think of blocks...
If you are about to create a new page for the contact form, press Add New. Inside the editor, select the area where you want to place the form and click on the Add block(“+” sign) button. A new pop-up window with the available blocks will appear. Use the search bar, type “...
You can learn how to lock blocks and more in this introductory tutorial. Creating theme variations In addition to defining what regions of the theme layout clients can modify, you might also want to alter their color palette options, omitting what comes by default with the theme or WordPress ...