Simple WordPress plugin to demonstrate how to sort posts in a taxonomy.
How to test
Download the project and install it as a plugin in your WordPress site. After activating it, you’ll a new menu item in the WordPress Dashboard named Help, which contains a new custom post type (Question) and a taxonomy (Topic) to categorize questions.
The plugin also adds an admin page for sorting questions within a topic. You’ll find it under Help » Sort.
More information
This project was created for this blog post. You’ll find all relevant information about it there.