• 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」を順番変えたいカスタムタクソノミー名に変えてください。設定したらそのカテゴリーのページでターム名を好きな順番にドラッグ&ドロップできます!

  • The topic ‘Very useful! 役に立つ’ is closed to new replies.