WP_Tax_Query Generator March 18, 2019 Public Genki Chiba Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone taxonomy single $tax_query = array( array( 'taxonomy' => 'releases', 'terms' => 'single', 'field' => 'slug', ), );