Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Gecka Terms Ordering

Beschrijving

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

Schermafdrukken

  • In action

Installatie

  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

Beoordelingen

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

Bijdragers & ontwikkelaars

“Gecka Terms Ordering” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Gecka Terms Ordering” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0-beta2

  • Localization support.
  • Support up to 4.4

1.0-beta1

  • First release.