WP_Tax_Query Generator February 20, 2022 Public sergio fiallo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_query $tax_query = array( array( 'taxonomy' => 'custom_taxonomy', 'terms' => '1', 'field' => 'term_id', ), );