Title: Using Multiple Tax Queries
Last modified: August 21, 2016

---

# Using Multiple Tax Queries

 *  Resolved [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/)
 * I am having problems with wp_query using a regular taxonomy and cpt-onomy taxonomy
   in the same query here is the code:
 *     ```
       $tax_query = array(
           'relation' => 'AND',
           array(
               'taxonomy' => 'moviola_status',
               'field' => 'slug',
               'terms' => 'free'
           ),
           array(
               'taxonomy' => 'moviola_webinar',
               'field' => 'id',
               'terms' => $post->ID
           )
       );
       ```
   
 * moviola_webinar is the cpt-onomy and works great with and without the second 
   tax query. When I introduce the moviola_status tax_query I only get results from
   the moviola_webinar. When I look into the actual query from wp_query it does 
   not include moviola_status anywhere. It only shows text for the cpt-onomy and
   not the normal custom taxonomy.
 * Any help would be appreciated.
 * [https://wordpress.org/plugins/cpt-onomies/](https://wordpress.org/plugins/cpt-onomies/)

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

 *  [Rachel Cherry](https://wordpress.org/support/users/bamadesigner/)
 * (@bamadesigner)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/#post-4815598)
 * Does this ticket fix it for you?
 * [http://wordpress.org/support/topic/mashup-with-tax_query-not-working-on-131?replies=4](http://wordpress.org/support/topic/mashup-with-tax_query-not-working-on-131?replies=4)
 *  Thread Starter [VGJ](https://wordpress.org/support/users/vgj/)
 * (@vgj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/#post-4815599)
 * Thank you! I was just looking into those 2 lines. Thanks for the fix. Thanks 
   again for this amazing plugin and incredibly fast support.
 *  [Rachel Cherry](https://wordpress.org/support/users/bamadesigner/)
 * (@bamadesigner)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/#post-4815878)
 * No problem. 🙂

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

The topic ‘Using Multiple Tax Queries’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-onomies_f2f2f2.svg)
 * [CPT-onomies: Using Custom Post Types as Taxonomies](https://wordpress.org/plugins/cpt-onomies/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-onomies/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-onomies/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-onomies/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-onomies/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-onomies/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rachel Cherry](https://wordpress.org/support/users/bamadesigner/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/using-multiple-tax-queries/#post-4815878)
 * Status: resolved