Gutenberg Block Editor

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.

Read Developer's Guide to Gutenberg

Using Block Templates with Gutenberg

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.

Gutenberg Theme Development

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.

Adding Gutenberg support to WordPress theme

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.

Building a Gutenberg Block

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,…