Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tasks due

$tax_query = array(
	array(
		'taxonomy'         => 'task_status',
		'terms'            => array( 'in-progress', ' scheduled' ),
		'field'            => 'slug',
	),
);