Title: WP Term Icons
Author: John James Jacoby
Published: <strong>2015 年 8 月 24 日</strong>
Last modified: 2026 年 3 月 31 日

---

搜尋外掛

![](https://ps.w.org/wp-term-icons/assets/banner-772x250.png?rev=1862750)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/wp-term-icons/assets/icon-256x256.png?rev=1274701)

# WP Term Icons

 由 [John James Jacoby](https://profiles.wordpress.org/johnjamesjacoby/) 開發

[下載](https://downloads.wordpress.org/plugin/wp-term-icons.0.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wp-term-icons/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-term-icons/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-term-icons/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wp-term-icons/#developers)

 [技術支援](https://wordpress.org/support/plugin/wp-term-icons/)

## 外掛說明

Pretty icons for categories, tags, and other taxonomy terms

WP Term Icons allows users to assign icons to any visible category, tag, or taxonomy
term using a fancy icon picker, providing a customized look for their taxonomy terms.

#### Also checkout

 * [Term Order](https://wordpress.org/plugins/wp-term-order/)
 * [Term Colors](https://wordpress.org/plugins/wp-term-colors/)
 * [Term Visibility](https://wordpress.org/plugins/wp-term-visibility/)
 * [User Groups](https://wordpress.org/plugins/wp-user-groups/)
 * [User Profiles](https://wordpress.org/plugins/wp-user-profiles/)

## 螢幕擷圖

[⌊Category Icons⌉⌊Category Icons⌉[

Category Icons

## 安裝方式

 * Download and install using the built in WordPress plugin installer.
 * Activate in the “Plugins” area of your admin by clicking the “Activate” link.
 * No further setup or configuration is necessary.

## 常見問題集

### Does this create new database tables?

No. There are no new database tables with this plugin.

### Does this modify existing database tables?

No. All of WordPress’s core database tables remain untouched.

### How do I query for terms via their icons?

With WordPress’s `get_terms()` function, the same as usual, but with an additional`
meta_query` argument according the `WP_Meta_Query` specification:
 https://codex.
wordpress.org/Class_Reference/WP_Meta_Query

    ```
    $terms = get_terms( 'category', array(
        'depth'      => 1,
        'number'     => 100,
        'parent'     => 0,
        'hide_empty' => false,

        // Query by icon using the "wp-term-meta" plugin!
        'meta_query' => array( array(
            'key'   => 'icon',
            'value' => 'dashicons-networking'
        ) )
    ) );
    ```

### Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-term-icons

### Where can I find documentation?

The JJJ Software, Inc. page: https://jjj.software/wp-term-icons/

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WP Term Icons〉的開發相關工作。

參與者

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)

[將〈WP Term Icons〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wp-term-icons)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wp-term-icons/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wp-term-icons/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wp-term-icons/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wp-term-icons/)。

## 變更記錄

#### 0.1.2

 * Add “term-icon-wrap” class to fields

#### 0.1.1

 * Remove erroneous “form-required” class from field

#### 0.1.0

 * Initial release

## 中繼資料

 *  版本 **0.1.2**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 4.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.9.29**
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-term-icons/)
 * 標籤:
 * [icon](https://tw.wordpress.org/plugins/tags/icon/)[meta](https://tw.wordpress.org/plugins/tags/meta/)
   [metadata](https://tw.wordpress.org/plugins/tags/metadata/)[taxonomy](https://tw.wordpress.org/plugins/tags/taxonomy/)
   [term](https://tw.wordpress.org/plugins/tags/term/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-term-icons/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/wp-term-icons/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wp-term-icons/reviews/)

## 參與者

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wp-term-icons/)