Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Specific month query

$date_query = array(
	array(
		'month'         => 6,
	),
);