Taxonomy Admin Search

描述

This plugin injects a small search box at the top of taxonomy metaboxes (the checkbox lists) on the post edit screen. It only appears for taxonomies that have more than 5 terms to avoid clutter.

Search queries are performed via AJAX and the checklist is filtered client-side for a quick, responsive experience.

螢幕截圖

  • Search box above taxonomy metabox.

安裝

  1. Upload the taxonomy-admin-search folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Edit a post that uses a taxonomy with more than 5 terms and the search box will appear above the taxonomy metabox.

常見問題

Will this plugin change term assignments?

No. It only shows/hides existing checklist items. It doesn’t add, remove, or modify terms.

Can I change the threshold of 5 terms?

Not from the UI yet. You can change the threshold by editing the plugin source where intval($count) > 5 is used.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Taxonomy Admin Search” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Taxonomy Admin Search 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.0

  • Production-ready improvements: i18n, versioned assets, safety checks, readme and license.

1.0.0

  • Initial release