Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Post by Month

Lấy post theo tháng

$current_month_date_query = array(
	array(
		'month'         => 2,
	),
);