This plugin helps to generate multiple re-ordering interface for your post types…
Example Display Query Code:
<?php $data = new WP_Query(
array( 'post_type' => 'post',
'post_status' => array( 'publish'),
'posts_per_page' => -1,
'orderby' => 'meta_value_num',
'meta_key' => 'custom_order_type_snv_1',
'order' => 'ASC',
)); ?>
have_posts() ) : $data->the_post(); ?>
Plugin Advantages
- Any Post Types multiple times Re-Order
- Supports Hierarchical Post Types Re-Order for Both – Parent & Child Posts
- Supports individual child posts re-ordering from any parent post
NOTE
If desired results are not displaying on front-end after setting up re-ordering in admin, please click 「Reset Order」 once and set re-ordering again. This will solve your issue.
We have this plugin compatible gutenberg.






