Title: Flexible Custom Post Type Order
Author: satish
Published: <strong>Junie 17, 2025</strong>
Last modified: Maart 16, 2026

---

Soek deur uitbreidings

![](https://ps.w.org/flexible-custom-post-type-order/assets/banner-772x250.jpg?rev
=3315668)

![](https://ps.w.org/flexible-custom-post-type-order/assets/icon-128x128.png?rev
=3315668)

# Flexible Custom Post Type Order

 Deur [satish](https://profiles.wordpress.org/satishnavjivan1/)

[Laai Af](https://downloads.wordpress.org/plugin/flexible-custom-post-type-order.1.1.3.zip)

 * [Besonderhede](https://af.wordpress.org/plugins/flexible-custom-post-type-order/#description)
 * [Aanbevelings](https://af.wordpress.org/plugins/flexible-custom-post-type-order/#reviews)
 *  [Installation](https://af.wordpress.org/plugins/flexible-custom-post-type-order/#installation)
 * [Ontwikkeling](https://af.wordpress.org/plugins/flexible-custom-post-type-order/#developers)

 [Hulp](https://wordpress.org/support/plugin/flexible-custom-post-type-order/)

## Beskrywing

This plugin helps to generate multiple re-ordering interface for your post types…

#### Example Display Query Code:

    ```
    &lt;?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⌉[

Multiple Post Type Order General Settings

[⌊Drag and Drop Re-Ordering interface⌉⌊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⌉[

Re-Ordering interface with Display Query Code

## Installation

 1. Upload `flexible-custom-post-type-order` folder to your `/wp-content/plugins/` 
    directory.
 2. Activate the plugin from Admin > Plugins menu.
 3. Once activated you should check with Settings > Multiple Post Types Order
 4. Use MPT Order # link which appear into each post types section to re-order.

## Kwel-vrae

### Where can I find the settings configuration?

It is under Settings > Multiple Post Types Order.

### How to apply the custom re-ordering on queries using only parameter

Include a ‘orderby’ => ‘meta_value_num’, ‘meta_key’ => ‘fcpto_order_#’ parameter
within your custom query.

### How to apply the custom re-ordering on queries using query code

Check query code example below:
 <?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’, )); ?> have_posts()):
$data->the_post(); ?>

 <?php wp_reset_query(); ?>

### Can I also re-order multiple child posts from within the parent post?

Yes. When re-ordering any parent post will automatically re-orders its child posts
with them after clicking “Save Order” button. Apart from this, you can also re-order
child posts within in the same parent post.

### My desired result is not displaying after re-ordering in Admin.

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.

### What if some of my old posts/pages/CPT’s are not displaying in MPTO Order options?

If previously or older posts/pages/cpts are not displaying then simply save/update
it again.

## Aanbevelings

![](https://secure.gravatar.com/avatar/67a7b81eb2077a96ae608f702ae5287cb384156790229535cc31d8a6f9842c4a?
s=60&d=retro&r=g)

### 󠀁[Incredibly Useful Plugin for Post Type Reordering!](https://wordpress.org/support/topic/incredibly-useful-plugin-for-post-type-reordering/)󠁿

 [Satish Dharavia](https://profiles.wordpress.org/satishnavjivan/) Junie 24, 2025

This plugin is a game-changer for managing custom post orders. I love how I can 
create multiple reordering interfaces for different post types — it’s flexible, 
user-friendly, and works seamlessly with complex content structures. The drag-and-
drop interface is smooth and intuitive, and the ability to manage multiple custom
orders independently is perfect for advanced use cases. Support was responsive, 
and the plugin is well-coded. Highly recommended for anyone needing fine-tuned control
over post ordering! 💯

 [ Read all 1 review ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/)

## Contributors & Developers

“Flexible Custom Post Type Order” is oopbron sagteware. Die volgende mense het bygedra
tot die ontwikkeling van hierdie uitbreiding:

Contributors

 *   [ satish ](https://profiles.wordpress.org/satishnavjivan1/)
 *   [ Satish Dharavia ](https://profiles.wordpress.org/satishnavjivan/)

[Translate “Flexible Custom Post Type Order” into your language.](https://translate.wordpress.org/projects/wp-plugins/flexible-custom-post-type-order)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/flexible-custom-post-type-order/),
check out the [SVN repository](https://plugins.svn.wordpress.org/flexible-custom-post-type-order/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/flexible-custom-post-type-order/)
by [RSS](https://plugins.trac.wordpress.org/log/flexible-custom-post-type-order/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.1.3**
 *  Last updated **4 maande gelede**
 *  Active installations **Minder as 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/flexible-custom-post-type-order/)
 * Tags
 * [multiple post types order](https://af.wordpress.org/plugins/tags/multiple-post-types-order/)
   [posts order](https://af.wordpress.org/plugins/tags/posts-order/)[sort](https://af.wordpress.org/plugins/tags/sort/)
 *  [Gevorderde Aansig](https://af.wordpress.org/plugins/flexible-custom-post-type-order/advanced/)

## Punte-toekennings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/flexible-custom-post-type-order/reviews/)

## Contributors

 *   [ satish ](https://profiles.wordpress.org/satishnavjivan1/)
 *   [ Satish Dharavia ](https://profiles.wordpress.org/satishnavjivan/)

## Hulp

Got something to say? Need help?

 [Gaan na die hulp-forum](https://wordpress.org/support/plugin/flexible-custom-post-type-order/)