Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mec_category

$tax_query = array(
	array(
		'taxonomy'         => 'mec_category',
		'terms'            => '59',
	),
);