Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Gecka Terms Ordering

Descripción

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

Capturas

  • In action

Instalación

  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

Reseñas

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

Colaboradores y desarrolladores

"Gecka Terms Ordering" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "Gecka Terms Ordering" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0-beta2

  • Localization support.
  • Support up to 4.4

1.0-beta1

  • First release.