Term Menu Order

plugin banner

Creates a 'menu_order' column to specify term order, allowing theme and plugin developers to sort term by menu order.

Author:James Lafferty (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.4.1
Plugin version:0.4
Added to WordPress repository:17-12-2010
Last updated:04-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://github.com/kalchas
Total downloads:22 089
Active installs:600+
plugin download
Click to start download

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


Screenshots
ChangeLog