Title: Tematres WP Integration Plugin
Author: becahp
Published: <strong>2022 年 12 月 1 日</strong>
Last modified: 2022 年 12 月 1 日

---

搜尋外掛

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

![](https://s.w.org/plugins/geopattern-icon/tematres-wp-integration.svg)

# Tematres WP Integration Plugin

 由 [becahp](https://profiles.wordpress.org/becahp/) 開發

[下載](https://downloads.wordpress.org/plugin/tematres-wp-integration.zip)

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

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

## 外掛說明

When informing a Tematres API URL, WP recognizes the terms registered in Tematres
as Tags available to publish to posts.

#### Usage

Install and activate the plugin. Go to the “Tematres WP Integration” menu in the
panel and configure the requirements:
 – Tematres API URL – Tag Name – Post where
the tags will be applied

#### FrontEnd Observation

To return the tags in the frontend of a post which uses, for example, the `get_the_tag_list`
function (as the Twenty Twenty One Theme) of WordPress, it is necessary to manually
change the theme’s template files, to not call this function, since it exclusively
calls tags of type `post_tag`, which are standard in WP. So we created the functions`
has_tag_thematres_wp` and `tmwpi_get_the_tag_list` that look for the tag created
by the plugin.

Usage example in Twenty Twenty One theme:

    ```
    if ( has_category() || has_tag() || has_tag_tematres_wp() ) {
        ...
        if ( function_exists( 'tmwpi_get_the_tag_list' ) ) {
            $tags_list = tmwpi_get_the_tag_list( '', __( ' ', 'twentytwentyone' ) );
        } else {
            $tags_list = get_the_tag_list( '', __( ' ', 'twentytwentyone' ) );
        }
        ...
    }
    ```

#### GitHub

Please reach out to make pull requests or issues on the [Tematres WP Integration GitHub repository](https://github.com/becahp/tematres-wp-integration).

## 螢幕擷圖

[⌊Settings page.⌉⌊Settings page.⌉[

Settings page.

[⌊Tematres Tag metabox at the post or custom post type edit page.⌉⌊Tematres Tag 
metabox at the post or custom post type edit page.⌉[

Tematres Tag metabox at the post or custom post type edit page.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ becahp ](https://profiles.wordpress.org/becahp/)
 *   [ lucasrodri ](https://profiles.wordpress.org/lucasrodri/)

[將〈Tematres WP Integration Plugin〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/tematres-wp-integration)

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

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

## 中繼資料

 *  版本 **1.0**
 *  最後更新 **4 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.1.10**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/tematres-wp-integration/)
 * 標籤:
 * [custom tags](https://tw.wordpress.org/plugins/tags/custom-tags/)[tematres](https://tw.wordpress.org/plugins/tags/tematres/)
 *  [進階檢視](https://tw.wordpress.org/plugins/tematres-wp-integration/advanced/)

## 評分

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

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

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

## 參與者

 *   [ becahp ](https://profiles.wordpress.org/becahp/)
 *   [ lucasrodri ](https://profiles.wordpress.org/lucasrodri/)

## 技術支援

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

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