Reorder WordPress Posts, Pages and Custom Post Types with Drag and Drop Capabilities

WordPress generally displays your posts and pages in order of the date published. Rearranging their order can become quite tedious if you’re depending on changing dates and times.

The Post Types Order plugin provides a solution to this problem. It allows you to order post types objects (posts, pages, custom post types) using a drag and drop sortable Javascript capability.

After you install the plugin a re-order link will appear in each post type section and this is where you will go when you want to sort the order.

The Post Types Order plugin has received great reviews and a five star rating on WordPress.org. Download it today from the repository if you need a way to quickly reorder your posts and pages.

Featured Plugin - WordPress Appointments Plugin

Take, set and manage appointments and client bookings without having to leave WordPress. Appointments+ makes it easy.
Find out more

Featured Plugin - WordPress Infinite SEO Plugin

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more

Featured Plugin - WordPress Membership Site Plugin

If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more

Featured Plugin - WordPress Pop-Up Chat Plugin

No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more

Featured Plugin - WordPress Newsletter Plugin

Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more

Featured Plugin - WordPress Q&A Site Plugin

It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more

Featured Plugin - WordPress Wiki Plugin

To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more

Featured Plugin - WordPress Ecommerce Shopping Cart Plugin

Out of all the WordPress ecommerce plugins available, MarketPress has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more

Featured Plugin - WordPress Google Maps Plugin

Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more

Comments (18)

  1. The posts are not showing in the Re-order page. I get a message from the plugin. And the Update button. But no posts list. Anybody else with that problem?

  2. i installed your plugin
    the re-order item appears in the menu under posts
    i can reorder the posts and update
    it saves the order because if i go back to “re-order” later the posts are in the new order

    but the actual posts are not reordered in the blog
    this is on a “network” site

    thanks for any ideas
    ken tyler

  3. further research reveals that the reordering works on other sites on the network, but fails on the first one i tried it on… the only difference i can see is that it has more posts (28)… the posts are in the right order when i click on “on posts” in the dashboard… they just don’t change when i look at the site..maybe its some kind of cashing issue

  4. Seems like a great plugin, but could you check the database for the user roles?

    For example in my current project, I need to have custom roles (I use Justin Tadlock’s Members plugin). Your plugin has the roles hard coded, so I needed to adjust it.

    Should be a pretty easy fix, you can have a look at the wp_user_roles entry in the wp_options tables.


    global $wpdb;
    $prefix = $wpdb->get_blog_prefix();
    $user_roles = get_option( $prefix . 'user_roles' );
    foreach( $user_roles as $key => $value) {
    // The html for your role select options
    }

Participate