Linux 软件免费装
Banner图

Taxonomy Order

开发者 shivadai
更新时间 2013年5月28日 15:39
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 3.6
版权: GPLv3
版权网址: 版权信息

标签

ajax admin taxonomies taxonomy order manage drag-and-drop ordering re-order

下载

1.1

详情介绍:

Have you ever wanted to sort your built in categories(hierarchical) and tags(non-hierarchical) taxonomies terms with simple Ajax Drag and Drop Interface right from their standard list? Have you ever tried a plugin that implements some sort of custom taxonomy but their lacks support for drag and drop interface? As the name suggests this plugin is intended toward taxonomy terms order with awesome drag and drop support. If your wordpress website is one of the content source or blog then for sometime it becomes hard for you to managed categories or taxonomies. Than, this plugin is definitely for you. Using it you can enable Ajax Drag and Drop Interface for ordering built in taxonomies (i.e categories and tags). But not only, you can set it to enable custom ordering of any other taxonomy’s terms, even taxonomies created by other plugins too. By default, Ajax Drag and Drop Interface is enable for your posts categories and tags. But if you want to order any other taxonomy then check out FAQ Page. Special Features Feedback More Help and Support You would like to support us? Go over at our website and donate us for buying us a coffee for making us crazy to think creative and develop interesting and fabulous plugins/themes. Want to contribute? This plugin is on Github. Credit where credit is due:- This plugin here is inspired and based on the work of "Simple Page Ordering" and "Gecka Terms Ordering" Plugin.

安装:

  1. Upload the entire Taxonomy-Order folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. That's it Go and manage you categories or tags now :)

屏幕截图:

  • Dragging the taxonomy's term to its new position
  • Processing indicator

升级注意事项:

1.1 Just released into the wild. 1.0 Just released into the wild.

常见问题:

Does this plugin work with newest WP version and also older versions?

Yes, this plugin works really fine with WordPress 3.4! It also should with WP 3.0+ - but we only tested extensively with WP 3.4 to 3.6. So you always should run the latest WordPress version for a lot of reasons.

Is this plugin Secure

This plugin is 100% secure to install. While activating this plugin new table is created in database but if you no longer need this plugin and want to roolback changes made by this plugin then you can easily deactivate and then uninstall it from your 'plugins' menu in wordpress.

Does it require PHP version 5.0.0+

Definitely yes because this plugin is based on OOP Class and if you are running PHP<5.0.0 then this plugin will never be activated.

Can I make my cusom taxonomy take advantage of this plug-in?

Yep. To enable ordering terms of a specific taxonomy add t his code to your theme's function.php file: if( function_exists('add_interface_taxonomy_order') ){ add_interface_taxonomy_order ("$taxonomy_name"); }

Can I remove support for a specific taxonomy

Yep. To remove support for a specific taxonomy add this code to your theme's function.php file: if( function_exists('remove_interface_taxonomy_order') ){ remove_interface_taxonomy_order ("$taxonomy_name"); }

Can I check if terms ordering is enable

Yep. To check if terms ordering is enable for a specific taxonomy add this code to your theme's function.php file: if( function_exists('has_interface_taxonomy_order') ){ $enable = has_interface_taxonomy_order ("$taxonomy_name"); }

更新日志:

1.1 Small Bug Fix... 1.0 Initial Version...