Intuitive Custom Post Order
Add to ListIntuitively reorder Posts, Pages, Custom Post Types, Taxonomies, and Sites with a simple drag-and-drop interface.
Intuitive Custom Post Order lets you reorder items with simple drag and drop in the WordPress admin.
You can sort Posts, Pages, Custom Post Types, Taxonomies, and (on Multisite) Sites.
Go to Settings
Once enabled, just drag and drop items in the list tables—no extra setup is required.
If you create custom queries in your theme or plugins, set orderby=menu_order
and order=ASC
to respect the drag-and-drop order.
To keep the default WordPress order (by date), explicitly set orderby=date
and order=DESC
.
Source code and development are available on GitHub.