
內容簡介
您有沒有嘗試找出您的標籤中哪個是最早建立的?或者您自定義的分類法中哪個名詞是最後建立的呢?
我也曾遇到過後者,因為我有多個自定義分類法中許多名詞,我想知道哪些是最後建立的。問題是,在 WP 資料庫的 wp_terms 表中沒有出版日期的紀錄。但由於 ID 是自動遞增的,我們可以使用這個欄位來按日期排序我們的名詞。
所以,我為您的標籤(Tags)、分類(Categories)或自訂分類法(Custom Taxonomies)新增了一個額外的可排序欄位 ID term。
預設情況下,標籤和分類頁面將擁有額外的欄位。如果您想要將額外的 ID/日期欄位添加到您的自訂分類法中,請前往外掛設置頁面,位置在「設置 -> 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.
