AJAX Sortable Post Types within WordPress
Sometimes you don’t want a custom post type you’ve defined to be sorted by the publish date. soulsizzle.com has a great tutorial on making a post type sortable with an AJAX admin page. I wanted to to add this functionality to more than one post type I’d defined, but didn’t want to repeat the code. [...]