A WordPress plugin that allows you to set the order of any custom post type using drag n drop.
This is very much a beta version, although I have it running on several sites without any problems.
- Investigate prev/next links
- Inline docs
- readme.txt
- Localisation
- Ajaxify drag n drop
- Use get_posts instead of $wpdb->get_results (for compatibility with Polylang plugin)
- Test for correct capability to determine if a post type can be ordered
- Only apply ordering to main query
- Get rid of a load of crap
- Development version. Incomplete. May well break.