该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.

评价

此插件暂无评价。

贡献者及开发者

“IDATERMS” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“IDATERMS”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1

  • Small fixes.

1.0.0

  • Release.