Advanced Custom Fields

ACF is a powerful and easy-to-use tool for extending WordPress' content editing options. You can build metaboxes, site options, Gutenberg blocks, and more.

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.

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.

Dynamic Dropdown Fields in ACF

Advanced Custom Fields is a powerful tool for building metaboxes, theme settings, custom blocks, and more. The acf/load_field filter lets you customize a field before it loads. I often use…

Using Advanced Custom Fields with version control

ACF lets you build metaboxes, Gutenberg blocks, and more with their easy-to-use interface. These custom fields are stored in the database and then rendered in the WordPress backend for you…