Rating: 5 stars
Oh My God! It works!!! No bugs! I can use it on my client’s production site!!!!!
It’s just like a fairy tale!
Thank you, Guys!!!
]]>Rating: 5 stars
Big thank you to the developers, the plugin works great.
]]>Rating: 5 stars
Brilliant plugin.
I had this up and running in 15 minutes.
Note you will need to adjust your WP_Query functions, but it provides you with the code snippets you need ? very handy!
For example I use the following to provide a custom post sort order by taxonomy:
$category_name = $post->post_name;
$args = array(
?post_type? => ?project?,
?post_status? => ?publish?,
?posts_per_page? => -1,
?order? => ?ASC?,
//?orderby? => ?menu_order?, //old code
//?category_name? => $category_name //old code
//New sort order by term:
?meta_key? => ?_reorder_term_category_?.$category_name,
?orderby? => ?meta_value_num title?
);
$projects = new WP_Query($args);
A gotcha is to ensure you have ?Sort by? set to None for the menu order arguments found within Settings ? Reorder Posts, otherwise it will ignore the custom sort order.
]]>Rating: 5 stars
Easy to install and simple to use, this is a really useful plugin.
It provides the much-needed support for quick & intuitive re-ordering of different post types.
Rating: 5 stars
This plugin, along with the Reorder Posts plugin, are great options for drag and drop ordering in WordPress.
]]>