WP_Tax_Query Generator October 26, 2023 Public Trevor Sather Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Filter by custom taxonomy $tax_query = array( array( 'taxonomy' => 'state_category', 'terms' => 'primary', 'field' => 'slug', ), );