<?php query_posts('cat=3&showposts=1'); ?>
        <?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><?php endwhile; ?>
3 kategori ID'si 1 ise son kaç yazının başlıklarının geleceği. Kolay gelsin.