Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

journal tax

$tax_query = array(
	array(
		'taxonomy'         => 'journal',
		'field'            => 'term_id',
	),
);