Installs
30k+
Rating
4.5 / 5
Version
3.3.8
Tested to
WP 6.7.5
Install Trends
Chart renders here (client-side)
Description
WordPress plugin which adds Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.
Features
- Show ACF field values in List views
Supported ACF Fields. - Supports Post, Term and User list tables
- Scalar Columns (Like Text, Number, …) can be made sortable
- Edit ACF Field values in Quick edit and Bulk edit
Known Limitations
- Bulk Edit seems to be incompatible with Search & Filter Pro @see Issue #145
- Might show a message if ACF Pro comes in bundle with another plugin. @see Issue #146
- The plugin is not tested against wooCommerce, so some issues may occur. @see Issue #135, Issue #173. I will happily accept pull request, fixing such issues.
Usage
In the Fieldgroup editor:
Column View:
-
Show Column will sho a column in the WP List Table.
-
Sortable Column will make the column sortable. This only works with primitive Field types like Text, Number, Range and so on.
-
Column weight gives you an option to take control of the column order. The higher the weight, the more to the right the column will be. Present columns will have defaults weights of multiples of 100 starting with zero for the checkbox column. For example to place an image column between the checkbox (column weight = 0) and title (column weight = 100) choose a value between 0 and 100.
-
Filter add a filter to the posts users or terms list.
Editing
Toggle QuickEdit and Bulk Edit to enable Editing in the list table view.
Searching
Enable Backend Search to make a field searchable in the list table view.
Location Rules
The plugin follows ACFs location rule logic as far as possible. If you have a field group that is only applies to posts in a specific category or with a certain post starus, then columns and quick edit will only show up, if you have filtered the posts by that category ar post status.
Negative rules (like “Post category is not equal to X”) will not work – simply because the WP does not provide an admin view for “Posts not in category X”.
With the Simplifed Location Rules option enabled for a field group only the post type or taxonomy rules are applied. Any other rule ist skipped. This allows you to always show and edit the fields in list views, regardless of the current list filter. The downside is, that this can make even those fields editable, that are normally hidden in the pst editor.
Conditional Logic
Conditional logic is not supported.
Development
Please head over to the source code on Github.
Installation
Just follow the Automatic Plugin Installation procedere.
FAQ
Presumbly I won’t. However, there are some plugin filters and actions that might come in handy, if you decide to write an implementation by yourself.
I even wrote a tutorial page on how to write our own field type integration.
Please use the issues section in the GitHub-Repository. A well described issue that can be reproduced quickly is more likely to be fixed quickly.
I will most likely not maintain the support forum on wordpress.org. Anyway, other users might have an answer for you, so it’s worth a shot.
Welcome to the world of commerce.
If you are located in the EU, you can hire me for the usual market price of an IT guy in central europe.
Outside the EU you can try to fix it yourself or find someone who does. I will likely accept well crafted and tested pull request in the GitHub-Repository.
Please post an issue in the GitHub-Repository