Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Gecka Terms Ordering

Opis

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

Snimke zaslona

  • In action

Instalacija

  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

Recenzije

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

Suradnici i Programeri

“Gecka Terms Ordering” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Gecka Terms Ordering” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0-beta2

  • Localization support.
  • Support up to 4.4

1.0-beta1

  • First release.