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

Simple Taxonomy Ordering

外掛說明

Order all of the taxonomy terms on your site with a simple to use, intuitive drag and drop interface. The plugin works for WordPress core taxonomies — Categories and Tags — and any custom taxonomies you have created.

Activate the plugin, enable your taxonomy on the settings page, and drag and drop the taxonomies into the desired position. It couldn’t be easier.

On the front end of the site your taxonomy terms will display in the order set in the dashboard.

Requires WordPress 4.4 or later due to the use of the term meta.
Query Usage

  • If you’re trying to query for taxonomy terms (e.g. using WP_Query or functions like get_terms()), and you’d like them to be returned in the order specified by the plugin, you need to add the tax_position parameter in your call. For example: 'meta_key' => 'tax_position' and 'orderby' => 'tax_position'. Thanks to @certainlyakey on GitHub for pointing this out.

螢幕擷圖

  • Simple Taxonomy Ordering settings page, allows you to specify which taxonomy you want to enable drag & drop ordering on.

安裝方式

  • Unzip and upload contents to your plugins directory (usually wp-content/plugins/).
  • Activate the plugin.
  • Head to the settings page, ‘Settings > Simple Tax. Ordering’.
  • Select the taxonomies you want to enable drag and drop ordering on. Save the settings.
  • Head to the taxonomy edit page and re-order the taxonomies as needed.
  • Profit

使用者評論

2021 年 2 月 11 日 1 則留言
Migrated from Category Order and Taxonomy Terms Order by NSP-Code because that plugin just wasn’t recognising all of my taxonomies. In this one you can (must) explicitly tell it which taxonomies to activate for.
2021 年 1 月 28 日 1 則留言
Simple to use and easy to change categories ordering. Thank you!
2020 年 4 月 7 日
Exactly what you would want from a plugin like this
閱讀全部 28 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Simple Taxonomy Ordering〉的開發相關工作。

參與者

〈Simple Taxonomy Ordering〉外掛目前已有 4 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Simple Taxonomy Ordering〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.3.4

  • Fixes custom order not being displayed on edit-tags pages.

2.3.3

  • Housekeeping

2.3.2

  • Fixes column span bug present after updating to WordPress 5.5.

2.3.0

  • Fixes bug with illegal string offset when disabling taxonomies under certain conditions.

2.2.0

  • Added action yikes_sto_taxonomy_order_updated to hook into updated Taxonomy event. Thanks @d4mation!

2.1.0

  • Singleton Pattern. This approach makes removing the filter, which sets the custom order, a lot easier.

2.0.3

  • Fixed uninstall method. The plugin should now uninstall and clean up after itself without error.

2.0.2

  • Fixed footer callout URLs and placement. It should only display on the settings page now.

2.0.1

  • Fixed an issue with PHP versions < 7 (renaming class method from include to include_files).
  • Fixed an issue where new taxonomies were not being saved.
  • Fixed an issue where the plugin’s action link to the settings page was going to the admin dashboard.
  • Updated the plugin’s pot file with the proper text domain.

2.0.0

  • Completely rewrote the plugin: it is now fully WPCS linted, assets are minified, inline styles and javascript have been removed, nonces are included in AJAX requests.
  • Fixed bugs with defaulting a taxonomy’s order.
  • Fixed bug where ordering on a subsequent page would overwrite the first page’s order.

1.2.7

  • Added some variable checks to prevent PHP Notices.

1.2.6

  • Changed the global (localized) JS variable from localized_data to simple_taxonomy_ordering_data to avoid any potential conflicts.

1.2.5

  • Fixed an issue where terms weren’t being returned if the termmeta table was empty. A big thanks to @doppiogancio on GitHub for finding this and helping us reach the solution.

1.2.4

  • Fixed a JS issue that occurs when HTML is added to category description. A big thanks to @mateuszbajak for finding this and fixing it!

1.2.3

  • Fixed a bug where the same SQL join statement was being added to a query twice on the front end (props to @burisk for calling this out)

1.2.2

  • Added a CAST call to order taxonomies as integers instead of strings (props to Timothy Couckuyt / @devplus_timo for calling this out)

1.2.1

  • Removed the disableSelection() call to allow selection of quick edit fields

1.2

  • Added i18n: added domain path, languages folder, .pot file, and load_text_domain() hook

1.1

  • Reverted query, added missing ORDER BY argument.

1.0

  • Altered the query run when ordering terms (Props to Daniel Schwab for the pull request.

0.1

  • Initial release