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; ?>