WP_Tax_Query Generator October 8, 2018 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category Tax $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'current', 'field' => 'slug', ), );