Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

day terms

$tax_query = array(
	array(
		'taxonomy'         => 'day_of_week',
		'field'            => 'name',
	),
);