December 20, 2018
Change width of post title in Gutenberg
I’ll walk you through building a metabox for tweaking the width of post titles, along with live-updating in Gutenberg.
Gutenberg is the new block-based content editor in WordPress.
These developer-focused tutorials will help you extend Gutenberg and build easier-to-manage websites for your clients.
December 20, 2018
I’ll walk you through building a metabox for tweaking the width of post titles, along with live-updating in Gutenberg.
December 14, 2018
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.
November 19, 2018
Custom blocks make the new WordPress block editor even more powerful. ACF lets you build Gutenberg blocks fast, efficiently, and with PHP.
November 8, 2018
Start here if you’re interested in creating or customizing a block-based WordPress theme. This guide provides an overview of every feature you should consider, and links to feature-specific tutorials for more information.
March 5, 2018
If you have templates that depend upon custom metaboxes, you can use this tutorial to disable Gutenberg only on those templates.
February 26, 2018
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.
January 22, 2018
After completing Zac Gordon’s wonderful Gutenberg Development Course, I wanted to try building my own block. It was more difficult than I expected, but a great learning experience. For comparison,…