WP_Tax_Query Generator January 28, 2020 Public Aparna Mathew Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax test $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'top-girl', 'field' => 'slug', ), );