WP_Tax_Query Generator October 10, 2020 Public Caleb Zahnd Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Query $tax_query = array( array( 'taxonomy' => 'industry', 'terms' => 'food-drink', ), );