WP_Tax_Query Generator January 23, 2017 Public Ben Blankley Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone MLP Topic taxonomy $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '$topic_cat', 'field' => 'slug', ), );