Title: Shadow Terms
Author: Happy Prime
Published: <strong>2022 年 11 月 28 日</strong>
Last modified: 2026 年 2 月 10 日

---

搜尋外掛

![](https://ps.w.org/shadow-terms/assets/banner-772x250.jpg?rev=2966107)

![](https://ps.w.org/shadow-terms/assets/icon-256x256.jpg?rev=2966107)

# Shadow Terms

 由 [Happy Prime](https://profiles.wordpress.org/happyprime/) 開發

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

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

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

## 外掛說明

Shadow Terms registers custom (shadow) taxonomies for supported post types. These
taxonomies can be used to associate related content from a variety of post types.

When a new post of a supported post type is created, a term mirroring that post 
is also created. When editing another post type that supports this taxonomy, this
term can be assigned to associate the posts.

Shadow Terms does not register support for itself on any post types by default. 
Custom code must be added to a plugin or theme.

Support can be added to a custom post type with code like:

    ```
    <?php
    // Register the organization post type normally.
    register_post_type( 'organization', $args );

    // Add support for Shadow Terms to the organization post type.
    add_post_type_support(
        'organization',
        'shadow-terms',
        array(
            // Add post types that support the organization_connect taxonomy.
            'person',
            'press-release',
        )
    );
    ```

With the example above, whenever an `organization` is created, a term with the same
name will be created under the `organization_connect` taxonomy. When a person or
press release is edited, that term will be available for assignment through standard
WordPress taxonomy interfaces.

Code can then be written to query and display all people or press releases related
to an organization.

## 使用者評論

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

### 󠀁[Great work](https://wordpress.org/support/topic/great-work-1156/)󠁿

 [shawfactor](https://profiles.wordpress.org/shawfactor/) 2025 年 6 月 24 日

These types of plugins are essential for working around the shortcomings of WordPress
and at the same time sticking to standards, thankyou all

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

## 參與者及開發者

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

參與者

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)
 *   [ webelaine ](https://profiles.wordpress.org/wpgirl369/)

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

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

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

## 變更記錄

### 1.2.3

 * In a case where a published post is missing its associated shadow term, create
   one on post update.
 * Bail early on direct access to plugin files.
 * Confirm WordPress 6.9 support.
 * Update development dependencies.

### 1.2.2

 * No functional changes.
 * Bump phpstan to level 7.
 * Update development dependencies.
 * Confirm WordPress 6.8 support.

### 1.2.1

 * No functional changes.
 * Exclude phpstan config from distribution.
 * Update development dependencies.
 * Confirm WordPress 6.6 support.

### 1.2.0

 * Do not show “Add New” term option for shadow taxonomies, which are automatically
   managed. Thanks [@s3rgiosan](https://profiles.wordpress.org/s3rgiosan/)!
 * Do not show shadow terms in REST API to unauthenticated users if their original
   post type is not publicly available via REST endpoint.

### 1.1.0

 * Add filtering to shadow taxonomy taxonomy arguments.
 * Update development tooling.

### 1.0.1

 * Fix: Ensure term and post slugs sync properly on post update.

### 1.0.0

Initial release.

## 中繼資料

 *  版本 **1.2.3**
 *  最後更新 **7 個月前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.7**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/shadow-terms/)
 * 標籤:
 * [content](https://tw.wordpress.org/plugins/tags/content/)[related](https://tw.wordpress.org/plugins/tags/related/)
   [terms](https://tw.wordpress.org/plugins/tags/terms/)
 *  [進階檢視](https://tw.wordpress.org/plugins/shadow-terms/advanced/)

## 評分

 5 星，滿分為 5 星

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

[撰寫評分](https://wordpress.org/support/plugin/shadow-terms/reviews/#new-post)

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

## 參與者

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)
 *   [ webelaine ](https://profiles.wordpress.org/wpgirl369/)

## 技術支援

最近 2 個月解決的問題:

     總計 1 個問題，已解決 0 個

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