WP_Tax_Query Generator June 26, 2018 Public Max Korshunov Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone shop_tax $tax_query = array( array( 'taxonomy' => 'shop', 'terms' => 'shop', 'field' => 'slug', ), );