WP_Tax_Query Generator October 11, 2021 Public Tyler Ravenwood Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Query $tax_query = array( array( 'taxonomy' => 'categories', 'field' => 'slug', 'operator' => 'EXISTS', ), );