<?php while(have_posts()) : the_post(); ?>

şu satırın öncesine

<?php if ( is_home() ) { query_posts( 'posts_per_page=5' ); } ?>

bunu ekleyin.