WP_Tax_Query Generator August 3, 2018 Public Michael Dahlke Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax query $tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category5', 'terms' => '3', 'field' => 'term_id', ), );