WP_Tax_Query Generator May 7, 2017 Public Joell Lapitan Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'faq', 'field' => 'slug', 'operator' => 'IN', ), );