Skip to content
Ronald Huereca edited this page Jan 20, 2015 · 5 revisions

Downloading

Unless you are assisting us in testing, always download the latest stable version on WordPress.org.

Usage

We can consider Reorder Posts a developer tool. If you do not know what menu_order or custom queries are, then this plugin is likely not for you.

This tool allows you to easily reorder post types in the back-end of WordPress. How the posts are sorted in the front-end is entirely up to you, as it should be.

We do have advanced settings under Settings->Reorder Posts, but these should only be used for testing purposes.

Custom Queries

You'll want to make use of WP_Query, get_posts, or pre_get_posts to modify query behavior on the front-end of your site.

Examples of each are on the respective pages above. You are welcome to leave an issue if you need help with a query and we'll do our best to get back with you.

We'll be adding code samples as we get user feedback from assistance in forming queries.

Clone this wiki locally