Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query last months posts

$timeframe_query_init = array(
	array(
		'after'         => '1 month ago',
	),
);