Son yazılar kodu bu istediğin yere yapıştırarak kullanabilirsin 'showposts=5' kımında 5'i istediğin gibi ayarlayabilirsin.
<ul>
<?php query_posts('showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a> - <?php the_time('m-d-Y') ?></li>
<?php endwhile;?>
</ul>
Ayrıca <ul><?php get_archives('postbypost','10','html','',''); ?></ul> bu kodda var.