Post Order Manager
Reorder posts using a simple drag-and-drop interface and update the menu_order field in seconds.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 174 days ago • 1 reviews
Is Post Order Manager abandoned?
Likely maintained (last update 174 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Post Order Manager makes it easy to change the display order of your posts and custom post types from the WordPress admin.
You can choose which post types are reorderable via the settings, and use a simple drag-and-drop interface to instantly save the new order.
Ideal for:
-
Custom post types like “Projects”, “Team Members”, “Testimonials”
-
Manually arranging featured content
-
Developers who use
menu_orderfor template control
Features
-
Reorder posts via drag-and-drop
-
Updates the
menu_orderfield in real time -
Choose which post types to enable ordering for
-
Clean admin UI (under Settings Post Order)
-
Uses AJAX and jQuery UI for instant updates
-
Works with built-in and custom post types
Installation
-
Upload the plugin files to the
/wp-content/plugins/post-order-managerdirectory, or install the plugin through the WordPress plugin screen. -
Activate the plugin.
-
Go to Settings Post Order.
-
Select the post types you want to enable ordering for.
-
Drag and drop to reorder posts — changes are saved instantly.
Frequently Asked Questions
Yes! You can reorder any public post type — just enable it in the settings.
It updates the menu_order field of posts, which WordPress themes and queries can use to display content in custom order.
Only if your theme or query uses orderby => 'menu_order'. It gives you full control without forcing changes.
Currently no reset button — but we may add it in a future update.
Review feed
Screenshots
Changelog
1.0.1
- Fixed missing
assets/cssandassets/jsdirectories. - Moved plugin CSS and JS to proper location and enqueued using WordPress standards.
- Renamed short prefixes to avoid conflicts and comply with plugin guidelines.
- Improved nonce usage and sanitization for security compliance.
- Deleted incomplete 1.0.0 tag and restructured for proper tagging.
1.0.0
- Initial release.
- Drag-and-drop reorder interface for posts and custom post types.
- Saves
menu_ordervia AJAX. - Admin settings to enable/disable post types.