WP_Tax_Query Generator April 22, 2017 Public Markus Öhler Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Featured cartegory $tax_query = array( array( 'taxonomy' => 'tags', 'terms' => 'featured', 'field' => 'slug', ), );