WP_Tax_Query Generator July 16, 2023 Public Gary Evans Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Sport $tax_query = array( array( 'taxonomy' => 'sport', 'terms' => 'Football', 'field' => 'name', ), );