Código PHP:
<?php $recent = new WP_Query("cat=3&showposts=1&offset=0"); while($recent->have_posts()) : $recent->the_post();?>
<span class="normalgris21">
<?php the_time('F j'); ?>
-</span><a href="<?php the_permalink() ?>">
<?php the_title(); ?>
</a> |
<?php endwhile; ?>