內容簡介
此外掛旨在協助佈景主題和外掛程式的開發者。它會更改 WordPress 核心資料庫表($wpdb->terms)中的 term_group 欄位值。
因此,請注意涉及的風險,每次啟用新的外掛之前請務必先備份您的網站。
此外掛的目的是允許根據「term_group」對標籤或類別進行排序。這可讓搜尋用「term_group」作為排序依據。
這可用於在封存和個別文章中以語意方式顯示標籤或類別。
例如:
若我們有大小、顏色和物品三個類別群組,則以以下方式顯示的類別較易讀:
小, 綠, 桌子
大, 藍, 椅子
而非
桌子,小,綠
椅子,大,藍
外掛標籤
開發者團隊
② 後台搜尋「Tag or Category term_group Order」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
This plugin is intended as an aid to theme and plugin developers. It changes the term_group field value in a core WordPress database table
($wpdb->terms). So, please be aware of the risks involved and always back up your site before activating a new plugin.
The purpose of the plugin is to allow sorting of tags or categories based on ‘term_group’. This allows queries that
fetch terms to use ‘term_group’ as a sort order.
This can be used to display tags or categories in a semantic way in archives and individual posts.
For example,
If we have three groups of categories for size, color and object, then categories displayed as
Small, Green, Table
Big, Blue, Chair
are more readable than
Table, small, green
Chair, big, blue
