{"id":235308,"date":"2025-06-17T13:54:26","date_gmt":"2025-06-17T13:54:26","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/flexible-custom-post-type-order\/"},"modified":"2026-03-16T16:29:15","modified_gmt":"2026-03-16T16:29:15","slug":"flexible-custom-post-type-order","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/flexible-custom-post-type-order\/","author":23208030,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.3","stable_tag":"1.1.3","tested":"6.9.4","requires":"6.2","requires_php":"7.2","requires_plugins":null,"header_name":"Flexible Custom Post Type Order","header_author":"Satish V. Dharavia","header_description":"Flexible Custom Post Type Order plugin will generate multiple re-ordering interface for your same post types as well as individual custom post types as many times as you want.","assets_banners_color":"70a2c1","last_updated":"2026-03-16 16:29:15","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/flexible-custom-post-type-order\/","header_author_uri":"https:\/\/profiles.wordpress.org\/satishnavjivan1\/","rating":5,"author_block_rating":0,"active_installs":0,"downloads":577,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":{"1.1.0":{"tag":"1.1.0","author":"satishnavjivan1","date":"2025-07-16 14:08:22"},"1.1.1":{"tag":"1.1.1","author":"satishnavjivan1","date":"2025-10-13 13:35:42"},"1.1.2":{"tag":"1.1.2","author":"satishnavjivan1","date":"2026-02-16 14:23:44"},"1.1.3":{"tag":"1.1.3","author":"satishnavjivan1","date":"2026-03-16 16:29:15"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3315668,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3315668,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.0","1.1.1","1.1.2","1.1.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3315668,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3315668,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3315668,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Multiple Post Type Order General Settings","2":"Drag and Drop Re-Ordering interface","3":"Re-Ordering interface with Display Query Code"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[243709,243710,132426,13015,4644],"plugin_category":[],"plugin_contributors":[208176,243711],"plugin_business_model":[],"class_list":["post-235308","plugin","type-plugin","status-publish","hentry","plugin_tags-flexible-custom-post-types","plugin_tags-flexible-custom-post-types-ordering","plugin_tags-multiple-post-types-order","plugin_tags-posts-order","plugin_tags-sort","plugin_contributors-satishnavjivan","plugin_contributors-satishnavjivan1","plugin_committers-satishnavjivan1"],"banners":{"banner":"https:\/\/ps.w.org\/flexible-custom-post-type-order\/assets\/banner-772x250.jpg?rev=3315668","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/flexible-custom-post-type-order\/assets\/icon-128x128.png?rev=3315668","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/flexible-custom-post-type-order\/assets\/screenshot-1.png?rev=3315668","caption":"Multiple Post Type Order General Settings"},{"src":"https:\/\/ps.w.org\/flexible-custom-post-type-order\/assets\/screenshot-2.png?rev=3315668","caption":"Drag and Drop Re-Ordering interface"},{"src":"https:\/\/ps.w.org\/flexible-custom-post-type-order\/assets\/screenshot-3.png?rev=3315668","caption":"Re-Ordering interface with Display Query Code"}],"raw_content":"<!--section=description-->\n<p>This plugin helps to generate multiple re-ordering interface for your post types...<\/p>\n\n<h4>Example Display Query Code:<\/h4>\n\n<pre><code>&amp;lt;?php $data = new WP_Query( \n                    array(  'post_type' =&gt; 'post', \n                            'post_status' =&gt; array( 'publish'),\n                            'posts_per_page' =&gt; -1, \n                            'orderby' =&gt; 'meta_value_num', \n                            'meta_key' =&gt; 'fcpto_order_1', \n                            'order' =&gt; 'ASC',   \n                    )); ?&gt;\n&lt;?php while ( $data-&gt;have_posts() ) : $data-&gt;the_post(); ?&gt;\n&lt;?php the_title(); ?&gt;\n&lt;?php endwhile;?&gt;\n&lt;?php wp_reset_query(); ?&amp;gt;\n<\/code><\/pre>\n\n<h4>Plugin Advantages<\/h4>\n\n<ol>\n<li>Any Post Types multiple times Re-Order<\/li>\n<li>Supports Hierarchical Post Types Re-Order for Both - Parent &amp; Child Posts<\/li>\n<li>Supports individual child posts re-ordering from any parent post<\/li>\n<\/ol>\n\n<h4>NOTE<\/h4>\n\n<p>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.<\/p>\n\n<p>We have this plugin compatible gutenberg.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>flexible-custom-post-type-order<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin from Admin &gt; Plugins menu.<\/li>\n<li>Once activated you should check with Settings &gt; Multiple Post Types Order<\/li>\n<li>Use MPT Order # link which appear into each post types section to re-order.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20can%20i%20find%20the%20settings%20configuration%3F\"><h3>Where can I find the settings configuration?<\/h3><\/dt>\n<dd><p>It is under Settings &gt; Multiple Post Types Order.<\/p><\/dd>\n<dt id=\"how%20to%20apply%20the%20custom%20re-ordering%20on%20queries%20using%20only%20parameter\"><h3>How to apply the custom re-ordering on queries using only parameter<\/h3><\/dt>\n<dd><p>Include a 'orderby' =&gt; 'meta_value_num', 'meta_key' =&gt; 'fcpto_order_#' parameter within your custom query.<\/p><\/dd>\n<dt id=\"how%20to%20apply%20the%20custom%20re-ordering%20on%20queries%20using%20query%20code\"><h3>How to apply the custom re-ordering on queries using query code<\/h3><\/dt>\n<dd><p>Check query code example below:\n    &lt;?php $data = new WP_Query( \n                        array(  'post_type' =&gt; 'post', \n                                'post_status' =&gt; array( 'publish'),\n                                'posts_per_page' =&gt; -1, \n                                'orderby' =&gt; 'meta_value_num', \n                                'meta_key' =&gt; 'fcpto_order_1', \n                                'order' =&gt; 'ASC',<br \/>\n                        )); ?&gt;\n    have_posts() ) : $data-&gt;the_post(); ?&gt;\n    \n    \n    &lt;?php wp_reset_query(); ?&gt;<\/p><\/dd>\n<dt id=\"can%20i%20also%20re-order%20multiple%20child%20posts%20from%20within%20the%20parent%20post%3F\"><h3>Can I also re-order multiple child posts from within the parent post?<\/h3><\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt id=\"my%20desired%20result%20is%20not%20displaying%20after%20re-ordering%20in%20admin.\"><h3>My desired result is not displaying after re-ordering in Admin.<\/h3><\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt id=\"what%20if%20some%20of%20my%20old%20posts%2Fpages%2Fcpt%27s%20are%20not%20displaying%20in%20mpto%20order%20options%3F\"><h3>What if some of my old posts\/pages\/CPT's are not displaying in MPTO Order options?<\/h3><\/dt>\n<dd><p>If previously or older posts\/pages\/cpts are not displaying then simply save\/update it again.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Create multiple re-ordering interfaces for any post type and manage custom post order flexibly and easily.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/235308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=235308"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/satishnavjivan1"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=235308"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=235308"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=235308"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=235308"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=235308"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=235308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}