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 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..
This plugin development aims to get solutions when you want to display custom ordering for one post-type i.e.
HomePage AND custom ordering for same post-type i.e on Custom Post Page with the help of query code in your custom templates..
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 Display Query Code.
You can use this Query code in your custom templates and customize look-n-feel and your desired result will be displayed..
Example Display Query Code < php $data = new WP Query, 'posts per page => -1, 'orderby => 'meta value num, 'meta key => 'custom order type snv 1, 'order => 'ASC, ) ) > have posts ) $data->the post >...
This plugin is great to use have solved my issue of showing same CPT on multiple page with different ordering along with quick sample code...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Initial Release. 1.1 - Display Reordering. 1.2 - Display any pages or posts or CPT's listings with Title, Featured Image, Content with limit and Pagination. 1.3 - Display any pages or posts or CPT's listings with amazing display effects...
Read more