Title: mimic wp_query more?
Last modified: August 20, 2016

---

# mimic wp_query more?

 *  [cLin](https://wordpress.org/support/users/clin/)
 * (@clin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/mimic-wp_query-more/)
 * Is it possible for wmp_get_popular to accept arguments similar to WP_query? Right
   now, I’d like to replace my wp_query with wmp_get_popular but I have arguments
   such as exclude certain tags. Example below of a WP_query I’d like to replace
 * `$loop = new WP_Query( array( 'post_type' => 'posts', 'tag__not_in' => array(
   45,57,58), 'posts_per_page' => $x );`
 * [http://wordpress.org/extend/plugins/wp-most-popular/](http://wordpress.org/extend/plugins/wp-most-popular/)

The topic ‘mimic wp_query more?’ is closed to new replies.

 * ![](https://ps.w.org/wp-most-popular/assets/icon.svg?rev=1861383)
 * [WP Most Popular](https://wordpress.org/plugins/wp-most-popular/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-most-popular/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-most-popular/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-most-popular/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-most-popular/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-most-popular/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [cLin](https://wordpress.org/support/users/clin/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/mimic-wp_query-more/)
 * Status: not resolved