BACK TO DIRECTORY

I Order Terms

by Igor Jerosimić

5.0
(11 ratings)

Plugin can be used for reordering categories, tags and custom taxonomies. This plugin is primarily intended as an aid to theme developers.

Plugin supports multisite installation.

Requirements

The minimum requirement is that you have at least WordPress 3.5 installed.

Example usage

Fetching sorted terms from a custom taxonomy will be enabled by default:

$terms = get_terms( 'your-taxonomy-name' );

If you wish to sort by name (disable plugin’s custom sorting) you will have to set ‘i_order_terms’ to ‘false’:

$terms = get_terms( 'your-taxonomy-name', 'i_order_terms=0' );

Warning

Plugin adds a new column to the ‘term_taxonomy’ table, make sure to backup your database before installing. Column is removed when you delete the plugin.

Screenshots

The screenshot of Category section after drag and drop reorder operation.

The screenshot of Category section after drag and drop reorder operation.

Settings section where you can select which taxonomy should be sortable.

Settings section where you can select which taxonomy should be sortable.

Plugin Details

Active Installs
1K+
Total Downloads
24,426
Version
1.5.3
Requires WP
3.5
Requires PHP
5.6
Tested Up To
6.9.7
Added
2013-12-24
Last Updated
2025-12-14 2:43pm GMT

Ratings

5
11
4
0
3
0
2
0
1
0