Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

last 4 mos

$date_query = array(
	array(
		'before'        => 'now',
		'after'         => '+4 weeks',
		'inclusive'     => true,
	),
);