Kullandığın temanın index.php dosyası içindeki
<?php if (have_posts()) : ?>

		<?php while (have_posts()) : the_post(); ?>
kodunu bul ve ondan önce
<?if(is_home() && !$paged) {
    query_posts('showposts=1');
}
?>
kodunu ekle.