Title: WP Taxonomy Order
Author: nutttaro
Published: <strong>2020 年 9 月 10 日</strong>
Last modified: 2026 年 5 月 25 日

---

搜索插件

![](https://ps.w.org/wp-taxonomy-order/assets/banner-772x250.png?rev=2378865)

![](https://ps.w.org/wp-taxonomy-order/assets/icon-256x256.png?rev=2378865)

# WP Taxonomy Order

 作者：[nutttaro](https://profiles.wordpress.org/nutttaro/)

[下载](https://downloads.wordpress.org/plugin/wp-taxonomy-order.1.1.1.zip)

 * [详情](https://cn.wordpress.org/plugins/wp-taxonomy-order/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-taxonomy-order/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-taxonomy-order/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-taxonomy-order/#developers)

 [支持](https://wordpress.org/support/plugin/wp-taxonomy-order/)

## 描述

WP Taxonomy Order is a plugin that allows for the ordering of taxonomy or category
for WordPress.

Features:

 * Easy for ordering taxonomy by Drag and Drop.
 * Support custom taxonomy.
 * Child taxonomy supports the ordering also.
 * Can choose to enable order for each taxonomy.
 * The plugin is lightweight and has no custom coding.
 * Compatible with WPML.

## 屏幕截图

[⌊Screenshot of the menu page for WP Taxonomy Order Setting page.
You can select
taxonomy for enable order feature⌉⌊Screenshot of the menu page for WP Taxonomy Order
Setting page.
You can select taxonomy for enable order feature⌉[

Screenshot of the menu page for WP Taxonomy Order Setting page. You can select taxonomy
for enable order feature

[⌊Drag and Drop for order taxonomy. It easy!⌉⌊Drag and Drop for order taxonomy. 
It easy!⌉[

Drag and Drop for order taxonomy. It easy!

## 安装

 1. Upload `wp-taxonomy-order.zip` to the install plugin page
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to _Taxonomy Order_ in the left-hand menu to start setting the plugin

## 常见问题

### How many terms support it?

Should be maxed 100 terms for easy management of the ordering

### WooCommerce support ?

No, support Product Category.
 WooCommerce already has the ordering by himself.

## 评价

![](https://secure.gravatar.com/avatar/dea9294156b35b188c206ce3fc4ae249915c6bd7f3689b9823da8598568a0375?
s=60&d=retro&r=g)

### 󠀁[Works as expected!](https://wordpress.org/support/topic/works-as-expected-916/)󠁿

 [Pierre](https://profiles.wordpress.org/ierpe/) 2025 年 1 月 7 日

Installed, activated, worked.

![](https://secure.gravatar.com/avatar/6fa326a6a8b75e7587a3c2e6b94f9f5cbc3b6e1de2029d6633fef76bca174516?
s=60&d=retro&r=g)

### 󠀁[It’s a must!](https://wordpress.org/support/topic/its-a-must-14/)󠁿

 [zoostudio](https://profiles.wordpress.org/zoostudio/) 2021 年 6 月 9 日

Works like a charm.

![](https://secure.gravatar.com/avatar/057df6c59e07987563f95f1cf97735a1359f3c060d33eda39b0d0e69296c733d?
s=60&d=retro&r=g)

### 󠀁[The most convenient plugin for wordpress categories](https://wordpress.org/support/topic/the-most-convenient-plugin-for-wordpress-categories/)󠁿

 [Фёдор](https://profiles.wordpress.org/fedozz/) 2021 年 1 月 22 日

Thank you for this beautiful plugin. It works perfectly. I had to rearrange the 
categories of my entries. The plugin did it for five stars. I came specifically 
to leave a review so that others could try it out and be surprised by its ease of
operation. Good luck friend! Don’t throw the plugin away. Develop it!

![](https://secure.gravatar.com/avatar/8c0ced2ad5a0c50ec3a0903b1d1946b4309a9b5e4ed01ff7f8d40bc710f49e3e?
s=60&d=retro&r=g)

### 󠀁[Works Perfectly !](https://wordpress.org/support/topic/works-perfectly-2060/)󠁿

 [nick6352683](https://profiles.wordpress.org/nick6352683/) 2020 年 9 月 10 日

Simply put, this should be merged in the core, it’s that good and essential in many
cases ! Thank you, and well done.

 [ 阅读所有4条评价 ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/)

## 贡献者及开发者

「WP Taxonomy Order」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ nutttaro ](https://profiles.wordpress.org/nutttaro/)

「WP Taxonomy Order」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/wp-taxonomy-order/contributors)
为本插件所做的贡献。

[帮助将「WP Taxonomy Order」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-taxonomy-order)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-taxonomy-order/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wp-taxonomy-order/)，或通过[RSS](https://plugins.trac.wordpress.org/log/wp-taxonomy-order/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-taxonomy-order/)。

## 更新日志

#### 1.1.1

 * Tested up to WordPress 7.0
 * Fixed: Uninstall no longer deletes generic ‘order’ term meta that may belong 
   to other plugins
 * Fixed: Renamed JS helper function from `wc_` prefix to `wpto_` to avoid collision
   with WooCommerce
 * Improved: Added error handling for AJAX reorder and reset requests
 * Improved: Added REST API argument validation callbacks
 * Improved: Multisite-aware uninstall cleans up all sites in a network
 * Improved: Script loading uses `defer` strategy on WordPress 6.3+
 * Updated: Minimum WordPress version raised to 6.0

#### 1.1.0

 * New: “Reset Order” button on taxonomy list pages to clear custom ordering
 * New: REST API endpoints under `wp-taxonomy-order/v1` (`/reorder`, `/reset`)
 * New: Uninstall cleanup — removes all plugin data when deleted
 * Improved: Namespaced term meta key (`_wpto_order`) to prevent collisions with
   other plugins
 * Improved: Automatic migration from legacy `order` meta key on update
 * Fixed: Replaced deprecated `wpspin_light.gif` spinner with WordPress CSS spinner
 * Fixed: Translation template text domain corrected to `wp-taxonomy-order`

#### 1.0.6

 * Tested up to WordPress 6.9
 * Security: Added nonce verification for AJAX requests
 * Security: Improved capability checks (changed from ‘edit_pages’ to ‘manage_categories’)
 * Security: Enhanced input sanitization and validation
 * Security: Added direct file access protection
 * Fixed: Text domain inconsistency (now ‘wp-taxonomy-order’ throughout)
 * Fixed: Deprecated get_terms() syntax – now using array parameters
 * Fixed: Proper escaping for all output
 * Improved: Better error handling and WP_Error checks
 * Improved: Code formatting and WordPress coding standards compliance
 * Improved: PHPDoc comments for better documentation

#### 1.0.5

 * Tested up to WordPress 6.1.1
 * Add Tip me on Ko-fi

#### 1.0.4

 * Tested up to WordPress 5.9

#### 1.0.3

 * Tested up to WordPress 5.8.1

#### 1.0.2

 * Add buy me a coffee

#### 1.0.1

 * Add taxonomy slug to setting

#### 1.0.0

 * Initial Release

## 额外信息

 *  版本 **1.1.1**
 *  最后更新：**3 周前**
 *  活跃安装数量 **1,000+**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-taxonomy-order/) 和 [Swedish](https://sv.wordpress.org/plugins/wp-taxonomy-order/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/wp-taxonomy-order)
 * 标签
 * [order](https://cn.wordpress.org/plugins/tags/order/)[taxonomy](https://cn.wordpress.org/plugins/tags/taxonomy/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-taxonomy-order/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  4 条 5 星评价     ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wp-taxonomy-order/reviews/)

## 贡献者

 *   [ nutttaro ](https://profiles.wordpress.org/nutttaro/)

## 支持

最近两个月解决的问题：

     总计 2，已解决 0

 [查看支持论坛](https://wordpress.org/support/plugin/wp-taxonomy-order/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.buymeacoffee.com/nutttaro)