Simple Taxonomy Ordering
Quickly and easily reorder taxonomy terms with an easy to use and intuitive drag and drop interface.
The facts
- Rating
- 4.9★ from 28
- Active installs
- 10k+
- Price
- Free
- Last updated
- 22 Mar 2023
- Added
- Dec 2015
- Requires WP
- 4.4
- Tested up to
- WP 6.2.11
- Downloads
- 378,011
Our analysis
AI-assistedSimple Taxonomy Ordering is a WordPress plugin that allows you to arrange taxonomy terms using a drag and drop interface. It supports both WordPress core taxonomies, such as Categories and Tags, as well as any custom taxonomies you may have created.
To use the plugin, you activate it, enable your desired taxonomy on the settings page, and then drag and drop the terms into the order you prefer. The changes will be reflected on the front end of your site according to the arrangement set in the dashboard.
Best for: This plugin is suitable for users who need to organise taxonomy terms on their WordPress site.
What it does well
- ✓Intuitive drag and drop interface
- ✓Supports core and custom taxonomies
- ✓Easy to activate and configure
- ✓Reflects changes on the front end
Where it falls short
- •Requires WordPress 4.4 or later
- •Limited information on advanced features
Verdict
Simple Taxonomy Ordering provides a straightforward solution for managing taxonomy term order. It is user-friendly, making it ideal for beginners.
From the developer
Evan Herman's own description of Simple Taxonomy Ordering, lightly tidied.
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_Queryor functions likeget_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.