acf-fields

Centralize WordPress ACF field groups using Local JSON files for version control.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill acf-fields
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acf-fields
Source: https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0/tree/main/.claude/skills/acf-fields
Command: npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill acf-fields

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize ACF field group configuration in WordPress themes using Local JSON for version control and cross-environment consistency.

Core Features & Use Cases

  • Local JSON storage: Save field groups as JSON files for version control within the theme.
  • ACF configuration: Centralized setup in inc/acf.php to load and save JSON paths.
  • Templates & Blocks: Access ACF fields in templates and Gutenberg blocks to render dynamic content.
  • Workflow: Create/edit field groups in WordPress Admin, commit JSON to VCS, and deploy to other environments.

Quick Start

Create or edit an ACF field group in WordPress Admin and commit the resulting JSON to version control.

Frequently Asked Questions about acf-fields

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I version control ACF field groups in WordPress themes?

Local JSON centralizes ACF field group configuration by storing definitions as JSON files in an acf-fields/ directory, enabling version control and consistent deployment across team environments.

How do I load ACF Local JSON paths in my theme templates?

Load ACF Local JSON paths by configuring the save and load directories in your theme's inc/acf.php file, enabling templates and Gutenberg blocks to access the centralized field group definitions.

Can I use ACF Local JSON to sync field groups across development environments?

ACF Local JSON syncs field groups across environments by committing the JSON definitions to version control and deploying them, ensuring configuration consistency from development to production.

What is the workflow for managing ACF field groups with Local JSON?

The workflow involves creating or editing field groups in the WordPress Admin, committing the resulting JSON files to your version control system, and deploying them to load across other environments.

Do I need the Advanced Custom Fields plugin to use Local JSON in WordPress?

Yes, you need the Advanced Custom Fields plugin to generate and manage the field group configurations in WordPress Admin, which are then exported as Local JSON files for theme version control.