August 25, 2022
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…
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.
August 25, 2022
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…
September 8, 2020
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.
October 14, 2019
Let users search through posts in a specific category. There are many ways to implement this. Pick the one that fits your needs.
August 30, 2019
A detailed walkthrough of how I develop custom WordPress themes, including custom blocks, archive pages, and modular templates.
July 8, 2019
With a header block, you can customize your page header directly in the Gutenberg block editor.
June 11, 2019
Giving away eBooks, white papers, and other valuable content is great way to grow your email list. Here’s how to build your own eBook optin form.
May 30, 2019
Gutenberg organizes your content into blocks. Use PHP to access and display individual blocks in a post.
May 2, 2019
A guide to easy-to-edit landing pages with Advanced Custom Fields. Create your own custom page builder for clients in WordPress.
February 28, 2019
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…
December 27, 2018
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…
December 20, 2018
I’ll walk you through building a metabox for tweaking the width of post titles, along with live-updating in Gutenberg.