WP_Tax_Query Generator January 23, 2019 Public Andrius (12805-12151) Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax query $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'kids', 'field' => 'term_id', ), );