I’m looking for a way to manually reorder the category list for custom post types,
are there any plug-ins that already do this?
I can probably code my own, but I’m not sure where to start, can you add custom fields to the categories that can be used to order them?
Anything to point me in the right direction would be great!
EDIT [resolved]
After a bit more digging I uncovered this:
Which linked to this:
http://snipplr.com/view/48599/mycategoryorder-custom-taxonomy-mod/
and once you change line 51 to you custom taxonomy type it works like a charm, eg:
$tax = ($_GET['mytax'])? $_GET['mytax'] : 'category';
becomes
$tax = ($_GET['mytax'])? $_GET['mytax'] : 'my_custom_taxonomy';
works perfectly with ‘Types’ plugin linked by @Ajay Patel, cheers.
Not able to get you question perfectly.
But use this plugin Types – Custom Fields and Custom Post Types Management
Types makes it easy to customize the WordPress admin. Define your own content using custom post types and custom taxonomy. Redesign editing screens using custom fields.