WP_Tax_Query Generator October 29, 2018 Public A P Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone _primary_category $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '_primary_category', ), );