WP_Tax_Query Generator December 21, 2017 Public Raymond Rose Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category Search $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '$catID', 'field' => 'term_id', ), );