The Ultimate
ACF Resource
A precision-engineered directory of Advanced Custom Fields extensions, snippets, and guides for professional WordPress developers.
// Custom Field Logic add_filter('acf/load_field', function($field) { $field['instructions'] = 'Custom Hook'; return $field; }); // Smart Gallery Rendering if( have_rows('gallery') ): while( have_rows('gallery') ) : the_row(); /* Render Engine */ endwhile; endif;
What is Advanced Custom Fields?
Advanced Custom Fields (ACF) is the most widely used custom fields plugin for WordPress, trusted by hundreds of thousands of developers and agencies worldwide. It lets you add custom field groups to posts, pages, users, taxonomies, and options pages — turning WordPress into a fully flexible content management system.
ACF is developed and maintained by WP Engine. The free version is available on wordpress.org, with a Pro version that adds repeater fields, flexible content layouts, gallery fields, options pages, and the ACF Blocks API for Gutenberg.
Awesome ACF is an independent, curated directory that catalogues 240+ third-party extensions, guides, code snippets, and video tutorials — making it the most comprehensive ACF resource on the web. Our listings are synced weekly from wordpress.org to keep ratings, install counts, and version data up to date.
Frequently Asked Questions
How many ACF extensions are there?
Awesome ACF currently lists 240 extensions across categories including field types, admin UI enhancements, integrations, and developer tools. Of these, 77 are free plugins hosted on wordpress.org that we sync weekly for the latest ratings and install data.
What are the most popular ACF extensions?
The most popular third-party ACF extensions by active installs include Font Awesome (100k+), the Extended plugin (100k+), and Content Analysis for Yoast SEO (100k+). For premium extensions, ACF Custom Database Tables and Advanced Forms Pro from Hookturn are widely used in professional projects.
Is ACF still actively maintained?
Yes. ACF is actively developed by WP Engine with regular updates, security patches, and new features. It remains the most popular custom fields solution for WordPress. The plugin should not be confused with SCF (Secure Custom Fields), a community fork created during the 2024 WP Engine/Automattic dispute — ACF is the original, actively maintained product.
Who maintains Awesome ACF?
Awesome ACF is maintained by Hookturn, an Australian development studio that builds premium ACF extensions. We created this directory to give the ACF community a central place to discover extensions and learning resources.
Curated Extensions
Hand-picked additions to supercharge your ACF workflow.
Content Analysis for Yoast SEO
Ensure that Yoast SEO analysize all ACF content including Flexible Content and Repeaters.
Extended
This plugin aims to provide a range of improvements & optimizations for ACF.
Font Awesome
allow users to select icon from font awesome.
Latest Guides
In-depth tutorials for ACF developers.
Using Custom Tables for ACF Data
Read about Tom McFarlin's experience using ACF Custom Database Tables for normalising ACF data
How To Import Programmatically Defined ACF Data
Join Tom McFarlin and learn how to import programmatically defined ACF field groups
Forcing ACF field group JSON file generation for all field groups
Storing ACF Field Data in Custom Database Tables
From the Team Behind Awesome ACF
Premium ACF Extensions
ACF Custom Database Tables
Move ACF field data from wp_postmeta into dedicated database tables for faster queries and cleaner data architecture.
Advanced Forms Pro
Create powerful front-end and admin forms using your existing ACF field groups. Submissions, notifications, and developer-friendly hooks.
ACF Theme Code Pro
Instantly generate the PHP template code needed to display your ACF fields on the front-end. Copy, paste, done.
ACF Remote Sync
Keep ACF field group configurations in sync across development, staging, and production environments.
Stay Updated
Get ACF tips and new extensions in your inbox
No spam. Unsubscribe anytime.