WP_Tax_Query Generator April 3, 2019 Public Thomas Cabotiau Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone simple tax query $tax_query = array( array( 'taxonomy' => 'questionnaire', 'terms' => '1234', ), );