با سلام
با استفاده ازین کد میتونید نشون بدین پارسال این موقع چه مطالبی منتشر کردین
برای سایت های تفریحی یا خبری خیلی باحاله
<?php
$current_day = date('j');
$last_year = date(‘Y’)-۱;
query_posts('day='.$current_day.'&year='.$last_yea r);
if (have_posts()):
while (have_posts()) : the_post();
the_title();
the_excerpt();
endwhile;
endif;
?>