BACK TO DIRECTORY

Flexible Custom Post Type Order

by satish

5.0
(1 ratings)

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' => 'fcpto_order_1', 
                            'order' => 'ASC',   
                    )); ?>
<?php while ( $data->have_posts() ) : $data->the_post(); ?>
<?php the_title(); ?>
<?php endwhile;?>
<?php wp_reset_query(); ?&gt;

Plugin Advantages

  1. Any Post Types multiple times Re-Order
  2. Supports Hierarchical Post Types Re-Order for Both – Parent & Child Posts
  3. 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.

Screenshots

Multiple Post Type Order General Settings

Multiple Post Type Order General Settings

Drag and Drop Re-Ordering interface

Drag and Drop Re-Ordering interface

Re-Ordering interface with Display Query Code

Re-Ordering interface with Display Query Code

Plugin Details

Active Installs
0
Total Downloads
821
Version
1.1.3
Requires WP
6.2
Requires PHP
7.2
Tested Up To
6.9.7
Added
2025-06-17
Last Updated
2026-03-16 4:29pm GMT

Ratings

5
1
4
0
3
0
2
0
1
0