What Im doing wrong here? I have 1 product in two taxonomies -> Clothing and Featured my query is: query_posts(array('post_type'=> 'produtcs','posts_per_page' => '3','tax_query' => array(array('relation' => 'IN','taxonomy' => 'categories','field' => 'slug','terms' => 'featured')) )); Someone help me please, that product isnt showing up!