Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dd

$date_query = array(
	array(
		'year'          => 2022,
		'month'         => 1,
		'day'           => 1,
		'compare'       => '=',
		'column'        => 'post_date',
	),
);