Merhaba
$recent = new WP_Query("cat=".$katoid."&showposts=50&monthnum=9&day=12&orderby=rand");
kodunu
$monthnum=the_time("n");
$day =the_time("j");
$recent = new WP_Query("cat=".$katoid."&showposts=50&monthnum=".$monthnum."&day=".$day."&orderby=rand");

şeklinde düzenleyerek ay ve günü otomatik olarak güncelleyebilirsiniz.
Kolay gelsin.