
內容簡介
這個 WordPress 外掛為 Advanced Custom Fields Plugin(Pro 和 Free 5+)增加了快速編輯功能。
特色
在清單檢視中顯示 ACF 欄位值
支援的 ACF 欄位類型。
支援文章、類別和使用者清單表格
可對純量欄位(例如文字、數字、範圍等等)進行排序
可在快速編輯和批次編輯中編輯 ACF 欄位值
使用方式
在欄位群組編輯器中:
欄位檢視:
顯示欄位 - 會在 WP List Table 中顯示欄位。
可排序欄位 - 可讓該欄位可排序。這僅適用於原始欄位類型(例如文字、數字、範圍等等)。
欄位重量為您提供一個欄位排序的選項。權重越高,欄位向右方移動。預設欄位權重倍數為100,以核取方塊欄位為起點(權重值為0)。例如,要在核取方塊欄位(權重值為0)和標題欄位(權重值為100)之間放置圖像欄位,請選擇0到100之間的值。
篩選器添加篩選器以篩選文章、用戶或類別清單。
編輯
切換到快速編輯和批量編輯以啟用清單表格檢視中的編輯。
位置規則
外掛盡可能遵循 ACF 的位置規則邏輯。如果您有一個只適用於特定類別或擁有某個文章狀態的欄位群組,則只有在篩選文章時才會顯示欄位和快速編輯。
欲知更多詳細功能介紹,請參閱Wiki頁面
條件邏輯
不支援條件邏輯。
開發
請前往Github上的原始碼。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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.
Read more on the WikiPage
Conditional Logic
Conditional logic is not supported.
Development
Please head over to the source code on Github.
