<?php query_posts('showposts=2'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
<?php endwhile;?>Kodunu sabit sayfaya yerleştirebilirsin.
showposts=XX değeri göstermek istediğin yazı sayısıdır.
Edit: Bu kodu "widgets on pages" eklentisi ile sayfalara widget olarak da ekleyebilirsin.