Intuitive Custom Post Order

Wordpress Plugin
Download latest - 3.1.3

Developers

hijiri

Download Stats

Today 448
Yesterday 701
Last Week 4,045
All Time 721,455
Banner 772x250

Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress. Intuitively, order items( Posts, Pages, Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript. Use parameters( orderby

menu_order, order

ASC ) in your theme.

You can also override the auto-converted parameters( orderby and order ). ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby

date, order

DESC ), You need to use own custom parameter 'orderby = default_date'.

This Plugin published on GitHub.


Releases (21 )

Version Release Date Change Log
3.1.3 2021-05-12
  • Added the ability to repair duplicate orders.
3.1.2.1 2021-01-01
  • Update the WordPress version this plugin was tested.
3.1.2 2019-03-12
  • Solved the problem of layout collapse during drag and drop sorting.
3.1.1 2018-01-29
  • Remove deprecated function 'secreen_icon()'.
3.1.0 2017-07-13
  • Support the Sites.
  • Improved Activation.
3.0.8 2017-03-24
  • Even for 'get_posts()', Your custom Query which uses the 'order' or 'orderby' parameters is preferred. ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby=date, order=DESC ), You need to use own custom parameter 'orderby=default_date'.
3.0.7 2015-09-17
  • This plugin will imported listed above into the translate.wordpress.org translation system. Language packs will also be enabled for this plugin, for any locales that are fully translated (at 100%).
3.0.6 2015-09-17
  • Support 'next_post_link()' and 'previous_post_link(), etc.
    • Parameters( $in_same_term, $excluded_terms, $taxonomy ) works perfectly.
3.0.5 2015-07-29
  • Fixed bug
    • Initialize of menu_order of pages.( orderby=menu_order, post_title, order=asc )
3.0.4 2015-07-13
  • Your Query which uses the 'order' or 'orderby' parameters is preferred. In order to prefer the parameters of your query, You must use the 'WP_Query()' or 'query_posts()'. Excluded 'get_posts()'.
  • Fixed bug
    • Decision of Enabling Sortable JavaScript.
    • Initialize of menu_order of pages.( orderby=post_title, order=asc )
2.0.0 2015-04-11
  • Select Sortable Objects. (Posts, Pages, and Custom Post Types)
  • Support Pages and hierarchical Custom Post Types.
  • Sortable Item's status is not only 'publish' but also other all status('pending', 'draft', 'private', 'future').
  • In Paging, it's all activated normaly. So, 'screen-per-page' is User like.
  • In Lists which sorted any category(Category, Tag, Taxonomy), it's all activated normaly.
  • Support Child posts and Child pages. When you sort any item, Relation of parent item between it's child items is maintained.
  • Bug fixed
2.0.1 2015-04-11
  • Bug fixed
2.0.9 2015-04-11
  • Performance improvement for Admin. Fatal performance problem was improved dramatically.
  • Bug fixed. Attachment objects are not broken. Alert warning on the multisite was solved.
  • Custom Query which uses 'order' or 'orderby' parameters is preferred.
1.1.0 2015-04-11
  • In order to prevent the trouble due to not configuration of screen-per-page, automatically screen-per-page is configurated to 999.
  • Excluding custom query which uses 'order' or 'orderby' parameters, in 'get_posts' or 'query_posts' and so on.
3.0.3 2015-04-11
  • Performance improvement for Activation.
  • Add Initialize of Custom Taxonomy Order.
  • Fixed bug of refresh method.
  • Overwirting orderby, order improved.(Thanks @newash and @anriettec)
2.1.0 2015-01-28
  • Fixed bug: Custom Query which uses 'order' or 'orderby' parameters is preferred.
  • It does not depend on the designation manner of arguments( Parameters ). ( $args
2.0.8 2014-04-09
  • Performance improvement for Admin. Refresh method( re-constructing all menu order) run on only active object's List page.
2.0.6 2014-02-01
  • ver.2.0.5 fixed.
2.0.7 2014-01-27
  • Bug fixed. for WordPress 3.8

  • Add Swedish Translations.(by Thomas)

1.2.1 2013-03-06
  • Bug fixed
2.0.4 2013-03-06
  • Bug fixed