WP_Tax_Query Generator August 20, 2018 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone for-rent $tax_query = array( array( 'taxonomy' => 'property-type', 'terms' => 'for-rent', 'field' => 'slug', ), );