WP_Tax_Query Generator August 16, 2017 Public Christian Borsch Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Download Terms $tax_query = array( array( 'taxonomy' => 'downloads_category', 'terms' => array( '1', '2', '3' ), ), );