>
Download This Plugin | |
Download Elegant Themes | |
Name | Term Menu Order |
Version | 0.4 |
Author | James Lafferty |
Rating | 100 |
Last updated | 2012-07-04 10:24:00 |
Downloads |
6500
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Term Menu Order plugin added 14 bytes of resources to the Home page and 28 bytes of resources to the sample Post page.
Term Menu Order plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Term Menu Order plugin ads no tables to your Wordpress blog database.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' ) );