codesoup / acf-admin-categories
A WordPress plugin that adds category organization to Advanced Custom Fields (ACF) field groups for better management and organization.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/codesoup/acf-admin-categories
Requires
- php: >=8.1.0
Requires (Dev)
Suggests
- advanced-custom-fields/advanced-custom-fields-pro: Required for field management
This package is auto-updated.
Last update: 2025-12-06 12:42:37 UTC
README
CodeSoup ACF Admin Categories extends the Advanced Custom Fields plugin by adding a custom taxonomy system that allows you to categorize and organize your field groups. This makes it easier to manage large numbers of field groups by providing filtering, sorting, and visual organization tools.
Use Cases
- Large Projects: Organize field groups by project sections (Header, Footer, Content, etc.)
- Development Workflow: Separate field groups by development status (Active, Testing, Deprecated)
Requirements
- WordPress 6.0 or higher
- PHP 8.0 or higher
- Advanced Custom Fields (ACF) Pro or Free version
- Composer (for development installation)
Installation
Via WordPress Admin
- Download the plugin ZIP file from the releases page
- Navigate to Plugins > Add New > Upload Plugin
- Choose the downloaded ZIP file and click Install Now
- Activate the plugin through the Plugins menu
Via Composer
composer require codesoup/acf-admin-categories
Manual Installation
- Download the plugin files
- Upload the
codesoup-acf-admin-categoriesfolder to your/wp-content/plugins/directory - Activate the plugin through the Plugins menu in WordPress
Usage
Creating Field Categories
- Navigate to Custom Fields > Field Categories in your WordPress admin
- Click Add New Category
- Enter a name and optional description for your category
- Click Add New Category to save
Assigning Categories to Field Groups
- Edit any ACF Field Group
- Click the Field Category tab in the field group settings
- Check the categories you want to assign to this field group
- Save the field group
Filtering Field Groups
- Go to Custom Fields > Field Groups
- Use the category dropdown filter above the list to filter by specific categories
- Click on any category name in the Category column to filter by that category
Managing Categories
- Edit Categories: Go to Custom Fields > Field Categories to edit existing categories
- Hierarchical Structure: Create parent/child relationships between categories
- Bulk Management: Use WordPress's built-in bulk actions for category management
Screenshots
- Field Group Categories Management - Create and manage your field group categories
- Category Assignment Interface - Assign categories directly from field group settings
- Filtered Field Groups List - Filter and view field groups by category
- Category Column - See assigned categories at a glance
Changelog
1.0.0
- Initial release
- Custom taxonomy for field group categories
- Category assignment interface in ACF field groups
- Category filtering and column display
Support
Please use GitHub Issues to submit any bugs or feature requests.
License
This project is licensed under the GPL v3 or later - see the LICENSE.txt file for details.