
內容簡介
總結: Bulk Content Toolkit旨在提升您的WordPress內容管理能力,提供工具以針對文章、頁面和自訂文章類型執行批量操作。使用這個直覺的工具箱可節省時間並優化內容工作流程。
1. 這個外掛的主要功能是什麼?
- 批量編輯:一次編輯多個內容項目,包括標題、內容、分類、標籤和自訂字段。
- 快速操作:批量應用動作,如發布、取消發布、刪除或更改狀態。
- 自訂篩選器:基於各種條件對內容進行篩選,以有效管理特定數據集。
- 匯出/匯入:批量匯入或匯出內容進行遷移或備份。
2. 如何使用這個外掛?
激活後,在WordPress管理區域的設置中,導航到新的“批量編輯”選單。從那裡,您可以選擇要使用的內容類型,然後進行批量操作。
3. 遇到問題或有建議怎麼辦?
- 如有問題或建議,請訪問https://github.com/tlloancy或在GitHub上提出問題。
4. 想要為Bulk Content Toolkit做出貢獻怎麼辦?
- 想要貢獻請將存儲庫fork到GitHub上,進行更改並提交拉取請求。
GitHub: https://github.com/tlloancy
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Bulk Content Toolkit adds any custom meta field to the native WordPress Quick Edit row and Bulk Edit panel — automatically, without writing a single line of code.
Most bulk edit plugins hardcode which fields they support. Bulk Content Toolkit reads your actual database and exposes every meta field that exists on your site, regardless of which plugin created it.
How it works
Go to Settings → Bulk Edit.
Pick a post type (products, courses, pages, custom types…).
Move the fields you want into the “Selected Fields” column.
Save — those fields now appear in Quick Edit and Bulk Edit inside the native WordPress UI.
Works with everything
Because the plugin reads directly from wp_postmeta, it works with any field from any plugin — without any integration code:
WooCommerce: _price, _sale_price, _stock_status, _manage_stock, _tax_status, and all product meta
LearnPress: _lp_price, _lp_coming_soon, _lp_max_students, _lp_passing_condition, and all course meta
ACF (Advanced Custom Fields): any field saved to post meta
Elementor, WPML, Yoast SEO, and any other plugin that writes to wp_postmeta
Automatic field type detection
The plugin samples your existing data and infers the correct input type — checkbox, select, number, date, color, URL, textarea, and more. Common WooCommerce and LearnPress fields are hardcoded to their correct type.
100% native
No new UI to learn. No external spreadsheet. No CSV. Fields appear in Quick Edit and Bulk Edit exactly where WordPress users already expect them.
