WP_Tax_Query Generator March 31, 2021 Public Mark Holloway Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category 16 $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '16', 'field' => 'term_id', 'operator' => 'IN', ), );