WP_Tax_Query Generator July 29, 2019 Public alex vasquez Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone cat query $tax_query = array( array( 'taxonomy' => 'category', 'field' => 'slug', ), );