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

IDATERMS

描述

Have you tried to find out which one from your tags was created first? Or Which term for your custom taxonomy was last created?

Last one happens to me, I had so many terms on several custom taxonomies that I wanted to know which ones were last created. The problem is that there is no record of the publish date on the wp_terms table from the WP Database. But since IDs are auto-incremental we can use this field to order by date our terms.

So I added an extra sortable column with the ID term to your taxonomies (Tags, Catgeories or Custom Taxonomies).

By default Tags and Categories pages will have the extra column. If you want to add the extra ID / Date column to your custom taxonomies go to the plugin settings page at Settings -> IDATERMS.

螢幕截圖

  • New column added in Tags, Categories and Custom Taxonomies to order chronologically its terms.
  • Settings page (Settings > IDATERMS) to choose on which taxonomy you want to show the ID / Date column. By default Tags and Categories are selected.

常見問題

Installation Instructions

Install like any other plugin, directly from your plugins page. By default Tags and Categories pages will have the extra column. If you want to add the extra ID / Date column to your custom taxonomies go to the plugin settings page at Settings -> IDATERMS.

What´s the plugin use?
  1. To order terms by DATE. Ex: If your site has many tags and you want to find out which one was the last one created.
  2. If you need to know the ID of any term quick and easy.

評價

There are no reviews for this plugin.

貢獻者及開發者

“IDATERMS” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 IDATERMS 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

  • Small fixes.

1.0.0

  • Release.