Title: Terms Block
Author: Toro_Unit (Hiroshi Urabe)
Published: <strong>2020 年 9 月 18 日</strong>
Last modified: 2023 年 9 月 6 日

---

搜尋外掛

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

![](https://s.w.org/plugins/geopattern-icon/terms-block.svg)

# Terms Block

 由 [Toro_Unit (Hiroshi Urabe)](https://profiles.wordpress.org/toro_unit/) 開發

[下載](https://downloads.wordpress.org/plugin/terms-block.2.1.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/terms-block/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/terms-block/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/terms-block/#developers)

 [技術支援](https://wordpress.org/support/plugin/terms-block/)

## 外掛說明

Term list block. Displays a list of all terms in the selected taxonomy.

You can change the display by placing a template file in your theme.

 1. template-parts/blocks/terms-block/`block-name`–`block-style`.php
 2. template-parts/blocks/terms-block/`block-name`.php

Filter for `get_terms`.

    ```
    add_filter( 'terms_block_get_terms_arguments', 'my_filter', 10, 3 );
    function my_filter( $args, $taxonomy, $attributes ) {
        $args = array_merge( $args, array( 'orderby' => 'order' ) );

        return $args;
    }
    ```

## 適用於區塊編輯器

這個外掛提供 3 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Terms Displays a list of all terms in the selected taxonomy.
 *   Assigned Terms Displays a list of assigned terms in the selected taxonomy.
 *   Terms (Deprecated) Displays a list of all terms in the selected taxonomy. (
   Deprecated)

## 使用者評論

![](https://secure.gravatar.com/avatar/06908835b083c0015236033719ef7131527f9576f04441172253494f7941b5cf?
s=60&d=retro&r=g)

### 󠀁[Supernice](https://wordpress.org/support/topic/supernice-2/)󠁿

 [JesperT](https://profiles.wordpress.org/jespert/) 2024 年 3 月 8 日

The missing star is because it does not write any class name or additional class
name. Else it´s good.

![](https://secure.gravatar.com/avatar/773ac53bd698849a95cabd96f462f7708afc67ffd987cbaf0ec54ad0224061ea?
s=60&d=retro&r=g)

### 󠀁[Thank you!](https://wordpress.org/support/topic/thank-you-3487/)󠁿

 [Sunny](https://profiles.wordpress.org/frdmsun/) 2024 年 1 月 29 日

This functionality should be in WP Core

![](https://secure.gravatar.com/avatar/fc4f372252c4982c94ac51621df37c8200c5c1b88e25be01f8ddcadae1891190?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-8977/)󠁿

 [kierancalv](https://profiles.wordpress.org/kierancalv/) 2024 年 1 月 9 日

An excellent plugin that allows for override of the template. Perfect for customising
the front end display and works perfectly. Thank you 🙂

![](https://secure.gravatar.com/avatar/5958a3737e458998c6fefe9caf49e9ce20571f7ca59563354bc94bbe065e8ebe?
s=60&d=retro&r=g)

### 󠀁[Works perfectly](https://wordpress.org/support/topic/works-perfectly-2561/)󠁿

 [Do Good Design Co.](https://profiles.wordpress.org/jtnatoli/) 2022 年 12 月 6 
日

This plugin does just what I wanted. It looks just like the Category List block 
out of the box. However, it would be better if there were some CSS classes applied
to the markup to make it possible to style this block effectively.

 [ 閱讀全部 4 則使用者評論 ](https://wordpress.org/support/plugin/terms-block/reviews/)

## 參與者及開發者

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

參與者

 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)
 *   [ hamworks ](https://profiles.wordpress.org/hamworks/)
 *   [ chiilog (Chiaki Okamoto) ](https://profiles.wordpress.org/mel_cha/)

[將〈Terms Block〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/terms-block)

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

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

## 變更記錄

#### 2.1.0

 * support WordPress 6.3.
 * fix for deprecated parameters in get_terms.

#### 2.0.3

 * use get_block_wrapper_attributes

#### 2.0.2

 * use @wordpress/server-side-render

#### 2.0.0

 * add assigned terms block
 * rename terms-block to terms

#### 1.0.0

 * Tested on WordPress 5.8.

#### 0.2.0

 * Add `terms_block_get_terms_arguments` filter.
 * Tested on WordPress 5.6.

#### 0.0.5

 * First release.

#### 0.0.1

 * Internal release.

## 中繼資料

 *  版本 **2.1.0**
 *  最後更新 **3 年前**
 *  啟用安裝數 **40+**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.3.8**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/terms-block/)
 * 標籤:
 * [block](https://tw.wordpress.org/plugins/tags/block/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [term](https://tw.wordpress.org/plugins/tags/term/)
 *  [進階檢視](https://tw.wordpress.org/plugins/terms-block/advanced/)

## 評分

 4.8 星，滿分為 5 星

 *  [  3 個 5 星使用者評論     ](https://wordpress.org/support/plugin/terms-block/reviews/?filter=5)
 *  [  1 個 4 星使用者評論     ](https://wordpress.org/support/plugin/terms-block/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/terms-block/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/terms-block/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/terms-block/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/terms-block/reviews/#new-post)

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

## 參與者

 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)
 *   [ hamworks ](https://profiles.wordpress.org/hamworks/)
 *   [ chiilog (Chiaki Okamoto) ](https://profiles.wordpress.org/mel_cha/)

## 技術支援

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

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.me/torounit)