WP_Tax_Query Generator June 12, 2017 Public aaron Robb Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone province $tax_query = array( array( 'taxonomy' => 'province', 'terms' => 'ontario', 'field' => 'slug', ), );