Block templates are one of my favorite new features in Gutenberg. You can specify a list of blocks that automatically appear in the content editor, customize their attributes, and lock the template.
WordPress 5 will come with a new editor called »Gutenberg«, which is completely different from the current TinyMCE. That does not only mean change for the users...
If you're building custom themes for clients, you should be adding Gutenberg support right now! Make sure your client's transition to the new editor is as seamless as possible.
ACF | ACF 5.8 - Introducing ACF Blocks for Gutenberg
There has been a lot of excitement surrounding Gutenberg, the new block-based WordPress editing experience. One of its most compelling features is the ability for developers to create their own custom block types. This opens up an endless array of possibilities for customization. There’s just one little problem.
Creating a Responsive Gutenberg Price Table - Joe Casabona
WordPress 5.0's new editor is super powerful and gives us new possibilities. In this tutorial, we'll make a Gutenberg Price Table with the Columns block.
How To Get Started with Attributes in Gutenberg Blocks > Reaktiv Studios
Gutenberg attributes are one of the more powerful, yet less talked about features inside the new WordPress editor. A good understanding of how they work opens up all kinds of possibilities for your blocks. In this post, Jay Hoffmann discusses what they are, what they do, and how you can use them in your custom blocks.
Limiting WordPress Gutenberg blocks – Walter Ebert
The default editor in WordPress is somewhat crude. It is just a single (WYSYWIG) text area. All content is added here. Of course you can extend WordPress with custom fields or meta boxes to provide a…
Preparing WordPress themes for Gutenberg with the Block Unit Test — Rich Tabor
Listen to this article: There’s no better time to start exploring how each of our WordPress themes will interface with Gutenberg. So to help folks level-up their themes to support the new WordPress block editor, I built the Block Unit Test WordPress plugin. Testing every core block within Gutenberg — and every variation of every […]
How to enable Inner Blocks in your Gutenberg Block - Igor Benić
Inner Blocks are Gutenberg Blocks that allow inserting additional blocks within your own block. To understand it even better, imagine a shortcode that wraps the content. This content can then be shown or hidden. You can achieve that inside Gutenberg […]
How to Add Customizer Colors to Gutenberg Block Color Palettes — Rich Tabor
Gutenberg, the upcoming block editor for WordPress, has a built-in color palette that lets users stylize content rather easily. While WordPress themes can override them and provide “themed” color palettes, I thought it would be interesting to load a custom color value from the WordPress Customizer within Gutenberg color palettes. For example, folks would be […]
Gutenberg is the new WordPress editor, and everyone is talking about it. It has introduced an all-new way of writing content with WordPress. So not only can developers benefit from its...
The new WordPress editor (codenamed Gutenberg) is due for release in version 5.0. Now is the perfect time to get to grips with it before it lands in WordPress core.I'll show you how to work with...
The Gutenberg editor (slated for WordPress core release in v5.0) ships with more than 60 blocks, many of which are likely irrelevant for many projects. The official Gutenberg documentation provides methods for whitelisting and blacklisting blocks, but at the time of writing this, those documented methods don’t work, and there are several open issues in the Gutenberg […]