WP_Tax_Query Generator February 8, 2022 Public Roman Gamanov Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '2', 'field' => 'term_id', ), );