WP_Tax_Query Generator June 26, 2025 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone game system tax query $tax_query = array( array( 'taxonomy' => 'tag', 'terms' => 'Nintendo Switch', 'field' => 'name', ), );