Title: Query Posts
Last modified: August 20, 2016

---

# Query Posts

 *  [demagician](https://wordpress.org/support/users/demagician/)
 * (@demagician)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/query-posts-8/)
 * Hello there,
 * Great Plugin!
    When I query posts, the order is not the one specified in the 
   sorter. Do I need to specify an specific order in the query ? or do something
   extra ? in order to display the posts in the order I set in admin ?
 * Thanks
 * [http://wordpress.org/extend/plugins/reorder-post-within-categories/](http://wordpress.org/extend/plugins/reorder-post-within-categories/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [lucasbhealy](https://wordpress.org/support/users/lucasbhealy/)
 * (@lucasbhealy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/query-posts-8/#post-3462390)
 * I’d be interested in an answer as well. Thanks for the great plugin!
 *  [thomasfals](https://wordpress.org/support/users/thomasfals/)
 * (@thomasfals)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/query-posts-8/#post-3462391)
 * I would like to know this as well thanks
 *  [droig](https://wordpress.org/support/users/droig/)
 * (@droig)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/query-posts-8/#post-3462399)
 * for the record: I was trying to use WP_Query object and this plugin won’t work
   in that way. Use query_posts instead if you need to query posts or custom posts
   in the middle of a page. I discovered this after a lot of hours 😛
 * This plugin is just what I needed 😉
 *  [mikesloper](https://wordpress.org/support/users/mikesloper/)
 * (@mikesloper)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/query-posts-8/#post-3462423)
 * This plugin does not seem support using a custom WP_Query because it does not
   know what taxonomy and term to order on. What is needs is a custom argument for
   WP_Query. eg:
 *     ```
       $query = new WP_Query(array('reorder_term_id' => $term_id));
       ```
   
 * Still saved me a lot of time though

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Query Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/reorder-post-within-categories_c18d38.
   svg)
 * [ReOrder Posts within Categories](https://wordpress.org/plugins/reorder-post-within-categories/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/reorder-post-within-categories/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/reorder-post-within-categories/)
 * [Active Topics](https://wordpress.org/support/plugin/reorder-post-within-categories/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reorder-post-within-categories/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reorder-post-within-categories/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [mikesloper](https://wordpress.org/support/users/mikesloper/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/query-posts-8/#post-3462423)
 * Status: not resolved