My Series Order plugin (for use with custom taxonomy Series)

This plugin is applicable for those using a custom taxonomy Series to organize serial posts. You can manually set up a custom Series taxonomy, or quickly do so by installing Justin Tadlock’s Series plugin. Once the taxonomy is in place you can use this plugin to

  • display all Series on a page
  • manage Series order through drag-n-drop admin interface (within each series, the posts are ordered from oldest to newest by publish date)

Install the plugin as usual and activate. Under Posts you will see a new menu My Series Order. To display your Series in a page, use the code

<?php list_ordered_series_with_posts();?>

note: To get the PHP to work you might need to install a plugin like Exec PHP.

Erin Bruce