
內容簡介
這個外掛可以在 WordPress 媒體庫中新增兩個分類法,可用於將附件加上標籤和分類。預設情況下,這些分類法與文章分類法是獨立的,但如果需要可以很容易地更改。
這個外掛遵循 WordPress 核心原則,提供了一個輕量級的替代方案,相較於其他類似的方案,這個外掛往往更為簡單,也不會臃腫。如果您對編程略有了解,如果默認配置不滿足您的需求,您應該可以輕鬆地調整這個外掛。
功能包括:
- 在媒體庫中新增分類和標籤(與文章分類和標籤獨立);
- 在媒體工具列和媒體 modal 中新增過濾下拉式選單;
- 允許在「選擇附件」和「編輯附件」的 modal 中選擇附件的分類和標籤;
- 新增默認附件分類的設定選項;
- 增強了 短碼,使得可以自動包含來自特定附件分類的影像;
- 輕量級插件且遵循 WordPress 核心原則;
- 簡單易用;
- 可以輕鬆使用為必要外掛;
- 提供一個靈活的 API,用於為開發人員新增其他附件分類法或禁用現有分類法;
- 提供易於使用的 has_default 參數,可在註冊附件分類時使用,以自動新增默認分類設定;
- 開發人員可以使用插件提供的面向對象分類法,也可以使用熟悉的 WordPress 核心函數。
外掛標籤
開發者團隊
原文外掛簡介
The plugin adds two taxonomies to the WordPress media library which are then available to categorize and tag your attachments. By default, these taxonomies, although sharing the same names and behavior, are separate from the default post taxonomies, but this can easily be changed if desired.
The plugin follows WordPress Core principles and offers a lightweight alternative to similar approaches which often tend to be incredibly flexible, but at the same time complicated and bloated. And if you have a little knowledge of code, you should be able to adjust the plugin exactly to your needs if the default configuration doesn’t satisfy you.
Features
Adds categories and tags to the Media Library (independent from the regular post categories and tags)
Inserts filter dropdowns for attachment taxonomies into the media toolbar and media modal
Allows to pick taxonomy terms for attachments from within the Attachment Selection & Edit modals
Adds a setting for the default attachment category
Enhances the shortcode so that images of a specific attachment taxonomy can be included automatically
Quality attributes
Lightweight plugin following WordPress Core principles
“Decisions, not Options”
Can easily be used as a must-use plugin
Provides a flexible API to add other attachment taxonomies or disable the existing ones for developers
Provides an easy-to-use has_default argument that can be used when registering an attachment taxonomy in order to automatically add a setting for the default taxonomy term
