Viewing 4 replies - 1 through 4 (of 4 total)
  • I’d be interested in an answer as well. Thanks for the great plugin!

    I would like to know this as well thanks

    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 😉

    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.