Title: function WP_Query not correct
Last modified: May 31, 2022

---

# function WP_Query not correct

 *  Resolved [Designrest](https://wordpress.org/support/users/designrest/)
 * (@designrest)
 * [4 years ago](https://wordpress.org/support/topic/function-wp_query-not-correct/)
 * $loop = new WP_Query( array(
    ‘post_type’ => ‘my_post_type’, ‘posts_per_page’
   => 12, ‘orderby’ => ‘post_date’, ‘s’ => ‘search_term’ ));
 * result show all post type and ‘s’ => ‘search_term’ not working

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sumit Singh](https://wordpress.org/support/users/5um17/)
 * (@5um17)
 * [4 years ago](https://wordpress.org/support/topic/function-wp_query-not-correct/#post-15700060)
 * Hi,
 * That is whole point of this plugin. Once you pass the s parameter the WPES settings
   takes effect instead of query parameter you are passing.
 * The post type, order by and number of posts all of things you can control from
   WPES settings.
 * If you do not want WPES to take control of query you can disable it by passing`
   disable_wpes` in WP_Query. See [https://wpes.secretsofgeeks.com/hooks#disable_wpes](https://wpes.secretsofgeeks.com/hooks#disable_wpes)
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘function WP_Query not correct’ is closed to new replies.

 * ![](https://ps.w.org/wp-extended-search/assets/icon-256x256.png?rev=2436853)
 * [WP Extended Search](https://wordpress.org/plugins/wp-extended-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-extended-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-extended-search/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-extended-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-extended-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-extended-search/reviews/)

## Tags

 * [wp_query](https://wordpress.org/support/topic-tag/wp_query/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sumit Singh](https://wordpress.org/support/users/5um17/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/function-wp_query-not-correct/#post-15700060)
 * Status: resolved