Title: Disable with WP_Query
Last modified: August 21, 2016

---

# Disable with WP_Query

 *  [teeli](https://wordpress.org/support/users/teeli/)
 * (@teeli)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/disable-with-wp_query/)
 * How can I disable automatic sorting when using Q2W3 Post Order with WP_Query?
   I tried doing:
 *     ```
       $q = new WP_Query(array(
        'q2w3-post-order' => 'disable'
       ));
       ```
   
 * It’s still using the order defined in the Q2W3 settings.
 * [http://wordpress.org/plugins/q2w3-post-order/](http://wordpress.org/plugins/q2w3-post-order/)

The topic ‘Disable with WP_Query’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/q2w3-post-order.svg)
 * [Q2W3 Post Order](https://wordpress.org/plugins/q2w3-post-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-post-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-post-order/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-post-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-post-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-post-order/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [teeli](https://wordpress.org/support/users/teeli/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/disable-with-wp_query/)
 * Status: not resolved