WP_Tax_Query Generator May 1, 2017 Public Sébastien SERRE Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_query $tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'blog', 'field' => 'slug', ), );