{"id":54619,"date":"2017-02-24T09:02:03","date_gmt":"2017-02-24T09:02:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/multiple-post-type-order\/"},"modified":"2024-04-20T02:27:25","modified_gmt":"2024-04-20T02:27:25","slug":"multiple-post-type-order","status":"closed","type":"plugin","link":"https:\/\/nl.wordpress.org\/plugins\/multiple-post-type-order\/","author":15309508,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.10.0","stable_tag":"trunk","tested":"6.5.0","requires":"5.3.2","requires_php":"","requires_plugins":null,"header_name":"Multiple Post Type Order","header_author":"Satish V. Dharavia","header_description":"","assets_banners_color":"70a2c1","last_updated":"2024-04-20 02:27:25","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/multiple-post-type-order\/","header_author_uri":"","rating":4.8,"author_block_rating":0,"active_installs":400,"downloads":12552,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"josj404","date":"2017-05-17 11:10:55"},"1.1.0":{"tag":"1.1.0","author":"josj404","date":"2017-05-17 12:09:03"},"1.2.0":{"tag":"1.2.0","author":"josj404","date":"2017-05-27 10:25:33"},"1.3.0":{"tag":"1.3.0","author":"josj404","date":"2017-11-24 12:26:49"},"1.4.0":{"tag":"1.4.0","author":"josj404","date":"2018-01-29 11:00:58"},"1.5.0":{"tag":"1.5.0","author":"josj404","date":"2018-11-28 09:52:08"},"1.6.0":{"tag":"1.6.0","author":"josj404","date":"2018-12-14 12:08:36"},"1.7.0":{"tag":"1.7.0","author":"josj404","date":"2021-03-13 06:39:07"},"1.8.0":{"tag":"1.8.0","author":"josj404","date":"2023-05-25 13:13:39"},"1.9.0":{"tag":"1.9.0","author":"josj404","date":"2024-03-02 02:14:33"}},"upgrade_notice":{"":"<p>Make sure you get the latest version.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":1,"5":5},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1606568,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1607184,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.2.0","1.3.0","1.4.0","1.5.0","1.6.0","1.7.0","1.8.0","1.9.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1604219,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":1604219,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":1604219,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3074082,"resolution":"4","location":"plugin"}},"screenshots":{"1":"Multiple Post Type Order General Settings","2":"Drag and Drop Re-Ordering interface","3":"Re-Ordering interface with Display Query Code","4":"Listing display with hover effects"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[132427,132428,132426,13015,4644],"plugin_category":[],"plugin_contributors":[132481,164887,208176],"plugin_business_model":[],"class_list":["post-54619","plugin","type-plugin","status-closed","hentry","plugin_tags-multiple-custom-post-types","plugin_tags-multiple-custom-post-types-ordering","plugin_tags-multiple-post-types-order","plugin_tags-posts-order","plugin_tags-sort","plugin_contributors-e2msolutions","plugin_contributors-satish29","plugin_contributors-satishnavjivan","plugin_committers-josj404"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/multiple-post-type-order_70a2c1.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/multiple-post-type-order\/assets\/screenshot-1.png?rev=1604219","caption":"Multiple Post Type Order General Settings"},{"src":"https:\/\/ps.w.org\/multiple-post-type-order\/assets\/screenshot-2.png?rev=1604219","caption":"Drag and Drop Re-Ordering interface"},{"src":"https:\/\/ps.w.org\/multiple-post-type-order\/assets\/screenshot-3.png?rev=1604219","caption":"Re-Ordering interface with Display Query Code"},{"src":"https:\/\/ps.w.org\/multiple-post-type-order\/trunk\/screenshot-4.png?rev=3074082","caption":"Listing display with hover effects"}],"raw_content":"<!--section=description-->\n<p>This plugin helps to generate multiple re-ordering interface for your post types as well as custom post types as many times as you required for your custom development. With such a custom ordering facility, it will be much faster and easier for the crawlers to generate multiple ordering for same post types as well as individual post types.<\/p>\n\n<p>This plugin development aims to get solutions when you want to display <strong>custom ordering for one post-type i.e. HomePage<\/strong> AND <strong>custom ordering for same post-type i.e. on Custom Post Page<\/strong> with the help of query code in your custom templates.<\/p>\n\n<p>In order to configure settings, navigate to <strong>[ Wordpress Admin -&gt; Settings -&gt; Multiple Post Types Order ]<\/strong>, where you can see two options:<\/p>\n\n<ol>\n<li>Show\/Hide Re-Ordering Interface for Post Types<\/li>\n<li>No of times Re-Ordering required<\/li>\n<\/ol>\n\n<p>After configuring your settings, \"MPT Order #\" will be displayed on your desired post types and under it, you can drag and drop Re-Order by your Post Titles, hit 'Save' and click on <strong>Display Query Code<\/strong>. You can use this Query code in your custom templates and customize look-n-feel and your desired result will be displayed.<\/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; 'custom_order_type_snv_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>Example Display shortcode:<\/h4>\n\n<pre>[mpto post_type='post' meta_key='custom_order_type_snv_1']<\/pre>\n\n<p>OR<\/p>\n\n<pre>[mpto post_type='post' meta_key='custom_order_type_snv_1' posts_per_page='10' limit='250' readmore='Readmore' style='style11' google_font='Roboto' item_width='300' item_height='300' des_size='10' title_size='18' it_margin='2' title_color='#ffffff' des_color='#ffffff']<\/pre>\n\n<h4>Shortcode Builder<\/h4>\n\n<ul>\n<li>`post_type` - Your list of post types given in query code<\/li>\n<li>`meta_key` - Your meta key value given in query code<\/li>\n<li>`posts_per_page` - Display number of lists per page<\/li>\n<li>`limit` - Character limit for excerpt or content<\/li>\n<li>`readmore` - Custom label for more text with link<\/li>\n<li>`style` - You can choose amazing hover style effects from style1 to style22 <\/li>\n<li>`google_font` - You can add your desired google fonts by name<\/li>\n<li>`item_width` - Set your desired width<\/li>\n<li>`item_height` - Set your desired height<\/li>\n<li>`des_size` - Set your desired description font size<\/li>\n<li>`title_size` - Set your desired title font size<\/li>\n<li>`it_margin` - Set custom right margin <\/li>\n<li>`title_color` - Set title color based on website color<\/li>\n<li>`des_color` - Set description color based on website color<\/li>\n<\/ul>\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>multiple-post-types-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; 'custom_order_type_snv_#' parameter within your custom query.<\/p><\/dd>\n<dt id='when%20and%20how%20to%20use%20mpto%20shortcode%3F'><h3>When and how to use MPTO shortcode?<\/h3><\/dt>\n<dd><p>You can use below mentioned shortcode in order to display any pages or posts or CPT\u2019s listings with amazing display effects for Title, Featured Image, Content with Pagination.<\/p>\n\n<p>You can also customize your display options with additional shortcode parameters as shown below.<\/p>\n\n<h4>Example display shortcode <\/h4>\n\n<pre>[mpto post_type='post' meta_key='custom_order_type_snv_1']<\/pre>\n\n<p>OR<\/p>\n\n<pre>[mpto post_type='post' meta_key='custom_order_type_snv_1' posts_per_page='10' limit='250' readmore='Readmore' style='style11' google_font='Roboto' item_width='300' item_height='300' des_size='10' title_size='18' it_margin='2' title_color='#ffffff' des_color='#ffffff']<\/pre>\n\n<p>This shortcode will also available when saving on MTPO Order options.<\/p>\n\n<p>You can change desired values for posts_per_page, character limit and custom label for readmore button.<\/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; 'custom_order_type_snv_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>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<pre><code>- Display Reordering.\n<\/code><\/pre>\n\n<h4>1.2<\/h4>\n\n<pre><code>- Display any pages or posts or CPT's listings with Title, Featured Image, Content with limit and Pagination.  \n<\/code><\/pre>\n\n<h4>1.3<\/h4>\n\n<pre><code>- Display any pages or posts or CPT\u2019s listings with amazing display effects.\n<\/code><\/pre>\n\n<h4>1.7<\/h4>\n\n<pre><code>- We have changes for  security hook.\n<\/code><\/pre>","raw_excerpt":"Multiple Post Type Order plugin will generate multiple re-ordering interface for your same post types as well as individual custom post types as many  &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/54619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=54619"}],"author":[{"embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/josj404"}],"wp:attachment":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=54619"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=54619"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=54619"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=54619"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=54619"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=54619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}