WP_Tax_Query Generator August 7, 2022 Public Milad Momeni Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone mmm $tax_query = array( array( 'taxonomy' => 'taxname', 'terms' => 'taxterm', 'field' => 'name', ), );