Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Date – Sept

$date_query = array(
	'relation' => 'AND',
	array(
		'year'          => 2021,
		'month'         => 9,
		'day'           => 1-30,
		'compare'       => '=',
	),
);