Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax_by_Cat

Show posts by category

$tax_cat_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'rings',
	),
);