Konu
Son güncelleme tarihi?
05-10-2010, 14:43:16
#2
FiberCastel
Buldum belki yardımcı olur;
<?php $recent = new WP_Query("showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<?php the_time('d F Y') ?>
<?php endwhile; ?>