Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Catergory

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'Current Covid restrictions', 'Emplyment initiatives', 'EU Exit support', 'Financial support', 'Fraud and Scam awareness', 'Government updates', 'Live schemes', 'Safe working guidelines' ),
		'field'            => 'name',
		'operator'         => 'IN',
	),
);