Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax cs8

$tax_query = array(
	array(
		'taxonomy'         => 'subject',
		'terms'            => 'computer-science-8',
	),
);