Admin Columns For ACF Fields Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Use this plugin to show ACF fields in the “All Posts” table view in the WordPress admin backend.
Simply enable the new option “Admin Column” in your ACF field settings for any regular field (see exceptions below). Now there will be an extra column for your field shown in any overview of posts, pages, taxonomies or your custom post types or taxonomies (e.g. “All Pages”).
You can use filters (see below) to control the plugin’s behaviour even more precisely.
Works on any regular ACF field (see exceptions below).
Compatible with Advanced Custom Fields 5.x
Github: https://www.github.com/fleiflei/
Usage:
- Install ACF and this plugin (see below)
- In ACF open/create your “field group” within ACF and note the post type that this field group applies to (at the bottom).
- Open any field for editing (see exceptions below).
- Enable the “Admin Column” option in the field settings.
- Enable post types and/or taxonomies for which the column should be shown.
- Save the field group and go to the overview page of the post type or taxonomy (e.g. “Posts > All Posts”, or “Pages > All Pages”) that you noted above and notice the newly added column for your field.
Advanced Usage
Excluded ACF Fields
Due to their nature the option “Admin Column” is not shown in ACF for these fields:
- Accordion
- Clone
- Flexible Content
- Google Map
- Group
- Message
- Repeater
- Tab
Change how the returned column value is displayed
Use filter “acf/admin_columns/$field_name” to alter the value that is returned
Filters
acf/admin_columns/admin_columns
Allows you to change which columns are displayed on the current admin screen.
Parameters
$fields – Array of all ACF fields to be shown in current screen.
acf/admin_columns/sortable_columns
Change which columns should be sortable. By default every column is sortable.
Parameters
$columns – Array of all ACF fields to be shown in current screen.
acf/admin_columns/column/$field
Allows you to modify the output of a certain $field in every row of a posts table.
Parameters
$field_value – The field value
Screenshots
No screenshots provided