WP_Tax_Query Generator July 28, 2019 Public amin majid Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_query $tax_query = array( array( 'taxonomy' => 'list_type', 'terms' => 'shop', 'field' => 'slug', ), );