ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Gecka Terms Ordering

وضاحت

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

تصوير

  • In action

انسٽاليشن

  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

جائزا

3 سيپٽمبر 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 سيپٽمبر 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」を順番変えたいカスタムタクソノミー名に変えてください。設定したらそのカテゴリーのページでターム名を好きな順番にドラッグ&ドロップできます!
جمع: سڀ 4 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Gecka Terms Ordering” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Gecka Terms Ordering” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.0-beta2

  • Localization support.
  • Support up to 4.4

1.0-beta1

  • First release.