Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Gecka Terms Ordering

Beskrivning

Have you ever wanted to sort your categories using drag and drop? Have you ever used a plugin that implements some sort of custom taxonomy or custom categories but no drag and drop sorting support?

Then, that plugin is for you. Using it you can enable categories custom ordering using drag and drop. But not only, you can set it to enable custom ordering of any other taxonomy’s terms, even taxonomies created by other plugins.

By default, drag and drop sorting is enabled for your posts categories. If you want to order any other taxonomy, go read the plugin’s page on our website.

You would like to support us? Go over at our website and check our great premium plugins.

Want to contribute? That plugin is on GitHub

Skärmdumpar

  • In action

Installation

  1. Download the plugin file
  2. Unzip the file into a folder on your hard drive
  3. Upload gecka-terms-ordering folder to the /wp-content/plugins/ folder on your site
  4. Visit the plugins page in admin and activate it

Recensioner

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

Bidragsgivare och utvecklare

”Gecka Terms Ordering” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Gecka Terms Ordering” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0-beta2

  • Localization support.
  • Support up to 4.4

1.0-beta1

  • First release.