Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

parent

$tax_query = array(
	array(
		'taxonomy'         => 'parent',
		'operator'         => 'IN',
	),
);