Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Última semana

$date_query = array(
	'relation' => 'AND',
	array(
		'after'         => '1 week ago',
		'inclusive'     => true,
	),
	array(
		'dayofweek'     => 1,
		'compare'       => '!=',
	),
);