WP_Tax_Query Generator March 6, 2019 Public Paul Barlow Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone familyTaxQuery $tax_query = array( array( 'taxonomy' => 'family_type', 'terms' => 'parent', 'field' => 'slug', ), );