Anything Order by Terms
Anything Order by Terms
Description
This plugin allows you to arrange any post types and terms with simple drag and drop within the builtin list table on administration screen. Save post order for each term.
Features
- Support for any post types and taxonomies.
- Multiple selection is available.
- Capabilities aware. ‘edit_others_posts’ for post. ‘manage_terms’ for taxonomy.
- No additional column in builtin tables.
- No additional table in database.
- Save post order for each term.
- Woocommerce and Polylang compatibility.
Installation
- Upload ‘anything-order-by-terms’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Screenshots
Faq
Uncheck the “Order” option in “Show on screen” section on Screen Options tab to disable sorting.
Use filter. Place in you theme’s function.php file add_filter('Anything_Order/do_order/Post', '__return_false'); or add_filter('Anything_Order/do_order/Taxonomy', '__return_false');.
As you can see from source code function get_posts default set suppress_filters param to WP_Query args. Therefore, filters specified by plugins don’t work. So if you need menu order or order within term add 'suppress_filters' => false to your args.
Select the “Reset Order” option in bulk actions select and click “Apply”.
Ctrl(or Command on OS X)+Click toggle selection state of current item. Shift+Click select items between first selected item on the list and current item.
Reviews
The WordPress Plugin to Have for WooCommerce Product Reorder
By Mohammed Asif suhaib (asifsuhaib) on June 16, 2021
Works great
By makhmutov on March 20, 2018
Awesome for order by term
By Muhammad Furqan (furqan Khanzada) on May 10, 2017
Great if you don't have Polylang
By lilalou on November 21, 2016
Klasse Plugin
By natuerlich on September 30, 2016
Do you know how hard it is to find a plugin that saves sort order based on a ter
By TheBoiWonder on September 3, 2016
...pretty damn hard.
However, Anything Order by Terms does this in a pretty straightforward manner.
Best of all, there's a "reset" feature useful for when you need to start the sort all over.
Props Briar. Beer on the way!
Changelog
1.4.0 – 2022-07-08
- Fixed – WordPress 6.0 compatibility.
1.3.10 – 2022-07-06
- Fixed bug with “Woocommerce + Polylang + WP All Import” package.
1.3.9 – 2022-04-22
- Fixed – WordPress 5.7 compatibility.
1.3.8 – 2021-11-11
- Fixed – Conflict with Wicked Folders plugin.
1.3.7 – 2020-11-04
- Changed – WordPress 5.6 and Woocommerce 4.9 compatibility.
1.3.6 – 2020-11-04
- Fixed – Wrong detect current term if Polylang is activated.
1.3.5 – 2020-07-21
- Changed – WordPress 5.4.2 and Woocommerce 4.3.0 compatibility.


