Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

familyTaxQuery

$tax_query = array(
	array(
		'taxonomy'         => 'family_type',
		'terms'            => 'parent',
		'field'            => 'slug',
	),
);