Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

SimpleDateYearMonth

$date_query = array(
	array(
		'year'          => 2018,
		'month'         => 5,
		'compare'       => '=',
	),
);