This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Anything Order by Terms

वर्णन

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.

स्क्रीनशॉट

  • Enable/Disable arrangement with drag and drop on "Screen Options" tab. Reset bulk action.
  • Dragging items. Also support custom post type like Woocommerce product.
  • You can select multiple items by Ctrl(or Command on OS X)+Click.

स्थापना

  1. Upload ‘anything-order-by-terms’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

नेहमी विचारले जाणारे प्रश्न

I don’t want some post types to be sortable.

Uncheck the “Order” option in “Show on screen” section on Screen Options tab to disable sorting.

I don’t want terms or post to be sortable.

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');.

Why is the post order wrong when using the `get_posts` function?

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.

How do I reset the order?

Select the “Reset Order” option in bulk actions select and click “Apply”.

How do I select multiple items?

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.

समीक्षा

मार्च 20, 2018
Works with my there. The other plugins weren't. Easy to use. Recommend.
मे 10, 2017
I was in need to reorder page by its term. i created custom taxonomy for pages and want to reorder page by its term so each page has different order according to term. and this plugin helped me to save hours 🙂
सर्व 6 पुनरावलोकने वाचा

योगदानकर्ते आणि विकसक

“Anything Order by Terms” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

“Anything Order by Terms” 1 लोकॅलमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.

भाषांतर करा “Anything Order by Terms” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

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.