Title: TagPages
Author: Bernhard Riedl
Published: <strong>2010 年 7 月 31 日</strong>
Last modified: 2017 年 11 月 9 日

---

搜尋外掛

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

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

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

# TagPages

 由 [Bernhard Riedl](https://profiles.wordpress.org/neoxx/) 開發

[下載](https://downloads.wordpress.org/plugin/tagpages.zip)

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

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

## 外掛說明

This plugin is a [follow-up](https://www.bernhard-riedl.com/2010/08/01/tagpages-tags-functionality-for-pages-in-wordpress-30/)
to the post which I wrote [a few years ago](https://www.bernhard-riedl.com/2007/10/06/wordpress-23-tagging-posts-and-pages/).–
The idea was (and still is) to equip pages with [tags](https://en.support.wordpress.com/posts/tags/)
and include their number in a combined posts and pages [tag-cloud](https://codex.wordpress.org/Function_Reference/wp_tag_cloud).

TagPages is fully compatible with [https/SSL/TLS-sites](https://codex.wordpress.org/Administration_Over_SSL)
and WordPress multisite network.

**Plugin’s website:** [https://www.bernhard-riedl.com/projects/](https://www.bernhard-riedl.com/projects/)

**Author’s website:** [https://www.bernhard-riedl.com/](https://www.bernhard-riedl.com/)

## 螢幕擷圖

[⌊This screenshot illustrates editing a page in the Admin Menu.⌉⌊This screenshot
illustrates editing a page in the Admin Menu.⌉[

This screenshot illustrates editing a page in the Admin Menu.

[⌊The second picture shows the Pages section in the Admin Menu.⌉⌊The second picture
shows the Pages section in the Admin Menu.⌉[

The second picture shows the Pages section in the Admin Menu.

## 安裝方式

 1. Copy the `tagpages` directory into your WordPress plugins directory (usually wp-
    content/plugins). Hint: You can also conduct this step within your Admin Menu.
 2. In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.
 3. Be happy and celebrate! (and maybe you want to add a link to [https://www.bernhard-riedl.com/projects/](http://www.bernhard-riedl.com/projects/))

## 常見問題集

  Installation Instructions

 1. Copy the `tagpages` directory into your WordPress plugins directory (usually wp-
    content/plugins). Hint: You can also conduct this step within your Admin Menu.
 2. In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.
 3. Be happy and celebrate! (and maybe you want to add a link to [https://www.bernhard-riedl.com/projects/](http://www.bernhard-riedl.com/projects/))

  How can I display the chosen tags on my pages?

You can use for example the built-in Theme Editor of WordPress to edit `page.php`(
if such a template exists for your theme). WordPress provides two template functions
which can be used out-of-the-box: [`the_tags`](https://codex.wordpress.org/Function_Reference/the_tags)
and `get_the_tags`.

For further information about themes, please refer to the WordPress Codex Pages 
for [Theme Development](https://codex.wordpress.org/Theme_Development) or the user’s
manual of our theme.

  Will the tags I’ve created with TagPages be lost if I change the theme or disable
TagPages?

Not at all. – TagPages is based on the built-in WordPress taxonomy. – Even if you
change the theme or deactivate TagPages, your tags and their relations to posts 
and pages will not be harmed. 😉

  Why do the Post Tags sections for posts and pages in the Admin Menu show the same
tag count?

The reason for that is that we combine the number of occurrences of tags used in
posts and pages in the taxonomy `Post Tags`. Though, if you click on the number 
of a certain tag, WordPress will only show the related posts or pages of the selected
tag.

  Does TagPages work for WordPress prior 3.0?

Sorry folks, no it doesn’t. – But you can have a look at [my post](https://www.bernhard-riedl.com/2007/10/06/wordpress-23-tagging-posts-and-pages/),
which explains how to establish tags functionality for pages in WordPress 2.3 – 
2.9.

## 使用者評論

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

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-3678/)󠁿

 [healiny](https://profiles.wordpress.org/healiny/) 2017 年 2 月 8 日

..

 [ 閱讀全部 3 則使用者評論 ](https://wordpress.org/support/plugin/tagpages/reviews/)

## 參與者及開發者

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

參與者

 *   [ Bernhard Riedl ](https://profiles.wordpress.org/neoxx/)

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

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

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

## 變更記錄

#### 1.64

 * SSLified further links

#### 1.63

 * fixed some typos

#### 1.62

 * small security improvement

#### 1.61

 * SSLified links
 * added assets/icons

#### 1.60

 * tested with PHP 5.4
 * removed closing PHP tag before EOF
 * removed reference sign on function calls
 * cleaned-up code

#### 1.50

 * adapted to use the built-in [custom taxonomy column support for WordPress 3.5 and higher](https://core.trac.wordpress.org/ticket/21240)

#### 1.42

 * updated project-information

#### 1.41

 * adapted i18n strings
 * updated German translation
 * added Lithuanian translation, props [Vincentas Grinius](http://www.host1free.com)

#### 1.40

 * adapted query-handling on post-tags archive-pages

#### 1.31

 * small enhancements
 * fixed WordPress deprecated warning

#### 1.30

 * enhanced compatibility with other custom taxonomy/post type plugins

#### 1.20

 * changed behaviour of Tags section for posts so only posts will be shown.
 * implemented i18n for consistency – currently only one line 😉
 * added German translation
 * applied some minor internal changes

#### 1.10

 * all the fingers crossing didn’t help. 😉 Sorry, I screwed up and forgot to include
   some code, which prevented the tagged pages from showing up in the front-end (
   your theme)…
 * added some meta-data to the front- and back-end

#### 1.00

 * initial release (fingers crossed)

## 中繼資料

 *  版本 **1.64**
 *  最後更新 **9 年前**
 *  啟用安裝數 **1,000+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.9.31**
 *  PHP 版本需求 ** 5.3 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/tagpages/)
 * 標籤:
 * [tag](https://tw.wordpress.org/plugins/tags/tag/)[tagging](https://tw.wordpress.org/plugins/tags/tagging/)
   [tags](https://tw.wordpress.org/plugins/tags/tags/)[taxonomies](https://tw.wordpress.org/plugins/tags/taxonomies/)
   [taxonomy](https://tw.wordpress.org/plugins/tags/taxonomy/)
 *  [進階檢視](https://tw.wordpress.org/plugins/tagpages/advanced/)

## 評分

 5 星，滿分為 5 星

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

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

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

## 參與者

 *   [ Bernhard Riedl ](https://profiles.wordpress.org/neoxx/)

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AP3D3FJSUK3TY)