Create multiple re-ordering interfaces for any post type and manage custom post order flexibly and easily.
As of April 2026, Flexible Custom Post Type Order is a WordPress sort plugin with 0 active installations and a 5/5 rating from 1 reviews. It has been downloaded 577 times in total. Requires WordPress 6.2+ and PHP 7.2+. Available on WordPress.org since 2025. Actively maintained — updated within the last month. Top alternative: Rearrange Products for WooCommerce.
This plugin helps to generate multiple re-ordering interface for your post types…
<?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(); ?>
| WordPress | 6.2+ requiredTested up to 6.9.4 |
| PHP | 7.2+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.