Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax

$tax_query = array(
	array(
		'taxonomy'         => 'targetaudience',
		'terms'            => array( '4', '5' ),
	),
);