WP_Tax_Query Generator February 26, 2020 Public Spencer S Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax query example $tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( '1', '2', '3', '4' ), ), );