Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category

$tax_query = array(
	array(
		'taxonomy'         => 'resources_articles_category',
		'terms'            => 'science-output',
		'field'            => 'slug',
	),
);