Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

boat

$tax_query = array(
	array(
		'taxonomy'         => 'boat_type',
		'terms'            => 'this',
	),
);