Documentation - Getting Started - Manual / Automatic sorting type usage

Share on FacebookTweet about this on TwitterShare on Google+Share on LinkedInPrint this page

Manual / Automatic sorting type usage

The Advanced Post Types Order plugin support two types of order, Manual and Automatic.

Manual Order

The Manual Order type consist of a drag and drop sortable AJAX-ed list which allow manual customization of order.

advanced-post-types-order-admin-interface-manua-order

The interface also include additional functionality to help with post filtering, which include date filtering, search, move on top, move on bottom of list, go to edit post. etc. Extensions can be implemented for the interface using filters. Also a Show Thumbnail feature is included to allow an easier object identification within the list.

advanced-post-types-order-admin-interface-thumbnails

Automatic Order

The Automatic Order type will allow sort automatization, there is no need for manual maintenance as the order is updated on the fly. All new posts which match this sort will fall under the same order rules.

advanced-post-types-order-admin-interface-automatic-order

Supported Order:

  • Default / None
  • Post ID
  • Author
  • Title
  • Slug
  • Date
  • Modified
  • Comments Count
  • Random
  • Custom Field

Multiple order attributes are allowed through fallback functionality, including multiple custom fields.

automatic-interface-falback-order

Additional details on how to use the Custom Fields order type can be found at How to order WordPress Posts using a Custom Field value