Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

$six_month_mark

$date_query = array(
	'relation' => 'AND',
	array(
		'before'        => '$six_month_mark',
		'inclusive'     => true,
	),
);