WP_Tax_Query Generator July 22, 2017 Public Chris Rowland Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone only review category $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'review', 'field' => 'slug', ), );