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

A starter theme for building Hybrid WordPress Themes

A hybrid WordPress theme uses theme.json to define styles and customize the block editor while also using traditional PHP template files. Hybrid themes leverage the block editor for content but…

Building ACF blocks with block.json

ACF 6.0 includes a major improvement to the way blocks are built. It now supports using block.json, which aligns with WordPress core’s preferred method for block registration. Why is this…

InnerBlocks with ACF blocks

Use InnerBlocks to insert any block (core or custom) inside your custom ACF block. Set the default content, limit which blocks can be used, and more.

How to remove core WordPress blocks

While I try to support all the core blocks in the themes I build, sometimes it makes sense to remove a few. Typically it’s because I built a custom block…

Gutenberg Theme Development – Tips for Success

The new NexRep website is built completely with the Gutenberg block editor. We’ve built dozens of WordPress sites just like NexRep that rely on the block editor for rich, engaging…

Category Specific Search Form

Let users search through posts in a specific category. There are many ways to implement this. Pick the one that fits your needs.