Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Term

tax_query = array(
	array(
		'taxonomy'         => 'resource-topic',
		'terms'            => 'security',
		'field'            => 'term_id',
	),
);