Rating: 5 stars
This plugin is implemented quite eloquently. It does require a little bit of know-how if you want to add custom taxonomies outside of the built-in post category taxonomy, but still pretty easily done:
// Add term order support for Gecka Terms Ordering plugin
if ( function_exists( 'add_term_ordering_support' ) ) {
add_term_ordering_support( array('style', 'application', 'construction') );
}
It doesn’t like the author has been active for 9 months at this point though. Hope he/she is okay!
]]>Rating: 5 stars
This plugin does what is says in a very elegant way, re-using the existing WP category/taxonomy interface, so there’s nothing new to learn or no additional menus. Very clever, esp. for multi-lingual sites (this needs no translation as it’s all visual).
Only missing thing is a higher-res loading icon for retina displays ??
Here’s a Japanese description for anyone who needs it (or google to pick up).
WPのカテゴリーかカスタムタクソノミーの順番が簡単に設定できるプラグイン。このプラグインをインストールして、有効化する後でこのコードをテーマの「functions.php」に入力してください。
if( function_exists('add_term_ordering_support') ) {
add_term_ordering_support ('<strong>the_taxonomy_name</strong>');
}
「the_taxonomy_name」を順番変えたいカスタムタクソノミー名に変えてください。設定したらそのカテゴリーのページでターム名を好きな順番にドラッグ&ドロップできます!
]]>Rating: 5 stars
This is the easiest, cleanest solution I have found for easily sorting taxonomies in the category admin panel.
Does just what it says – adds drag and drop functionality to categories admin area, without needing to have a separate management page to handle the sort functionality.
Best of all, it works on custom taxonomies.
Just ensure to include the hook in the functions file, as described on the app developer’s page:
if( function_exists('add_term_ordering_support') ) {
add_term_ordering_support ('the_taxonomy_name');
}
This works perfect for me on the latest WordPress 3.6.1
]]>Rating: 5 stars
感谢您的插件,非常好用。 :)
]]>