Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cat

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => '46',
		'field'            => 'term_id',
	),
);