
內容簡介
這個外掛旨在幫助主題和外掛開發人員。
該外掛的目的是允許任意的詞彙排序,類似於頁面。這可以讓檢索詞彙的查詢使用 ‘menu_order’ 作為排序順序。以下是一個示例:
$terms = get_terms('category', array( 'orderby' => 'menu_order' ) );
文檔 | 支援論壇
國際化(i18n)
這個外掛已經被翻譯成以下語言:
es_ES – 西班牙文。感謝 Ivan Vasquez 的貢獻!
fr_FR – 法文。感謝 Frederick Marcoux 的貢獻!
如果您有興趣進行翻譯,請讓我知道。
外掛標籤
開發者團隊
原文外掛簡介
This plugin is intended as an aid to theme and plugin developers.
The purpose of the plugin is to allow arbitrary sorting of terms, similar to pages. This allows queries that
fetch terms to use ‘menu_order’ as a sort order. Here’s an example:
$terms = get_terms('category', array( 'orderby' => 'menu_order' ) );
Documentation | Support Forum
Internationalization (i18n)
This plugin has been translated into the languages listed below:
es_ES – Spanish. Thank you to Ivan Vasquez for contributing!
fr_FR – French. Thank you to Frederick Marcoux for contributing!
If you’re interested in doing a translation into your language, please let me know.
