WordPress custom field plugins let you add structured data to posts, pages, and custom post types. Custom Field Suite, Advanced Custom Fields, and Meta Box all do this — but they are at very different points in their development lifecycles.
Development Status
| Custom Field Suite | ACF (Free) | Meta Box | |
|---|---|---|---|
| Last major update | 2023 (minimal) | Active (regular) | Active (regular) |
| Active installations | ~50,000 | 2,000,000+ | ~800,000 |
| Free repeater field | Yes (Loop) | No (paid) | Yes |
| Gutenberg blocks | No | Yes (paid) | Yes (paid add-on) |
| Developer backing | Individual | WP Engine (acquired) | Independent team |
Custom Field Suite
The original appeal of CFS was its free Loop field (repeater equivalent) at a time when ACF charged for repeater functionality. ACF has since made repeaters paid-only in ACF Pro, but Meta Box offers a free repeater. The main reason to choose CFS today is if it is already on your site — not as a choice for new projects.
Advanced Custom Fields
ACF is the market standard. 2 million active installations, extensive documentation, a huge community, and integrations built into most major WordPress plugins and themes. ACF Free covers most basic custom field needs. ACF Pro ($49/year) adds repeater, flexible content, gallery, and block builder. WP Engine’s acquisition raised concerns about the free tier’s future, but ACF Free remains a strong option.
Meta Box
Meta Box is the best choice for developers who want maximum functionality without ACF Pro’s cost. Meta Box free includes: unlimited field groups, a repeater equivalent, all basic field types, and WooCommerce integration. Paid extensions add blocks, relationship fields, and frontend submissions. The developer API is more code-centric than ACF but highly capable.
Not sure which fits your situation? Describe your project and get a free expert recommendation.
Which to Choose
Custom Field Suite: Only for maintaining existing sites. Not recommended for new projects.
ACF Free: Best choice for most sites. Largest ecosystem, most documentation, simplest interface. Upgrade to Pro if you need repeater or blocks.
Meta Box: Best choice for developers who want a free repeater field and code-first API, or who object to ACF’s WP Engine ownership.
Long-Term Maintenance Risk
This is the most important consideration when choosing a custom field plugin for a production site. Custom fields become embedded in your database and template code — switching plugins later is a significant undertaking.
Custom Field Suite: high risk. Minimal active maintenance. No clear succession plan. Any critical WordPress compatibility issue may not be fixed.
ACF: low-medium risk. WP Engine acquisition raised concerns but ACF has maintained active development. The 2 million active installation base creates strong pressure to maintain compatibility. If WP Engine were to abandon ACF, the open-source community would likely fork it.
Meta Box: low risk. Independent team with sustained development, growing user base, and active commercial development (paid extensions). The least dependency on external corporate decisions.
For new projects starting today, Meta Box is the lowest-risk choice for long-term maintenance. For sites already on ACF, the switching cost likely exceeds the risk of staying.