Alıntı
<?php
query_posts('posts_per_page=20');
if ( have_posts() ) : while ( have_posts() ) : the_post();
----- yazı kodları buraya-------------
endwhile; else:
endif;
wp_reset_query();
?>
denemedim ama sanırım bu işini görecektir. yazı kodları buraya bölümüne, title, content gibi kodları yapıştırırsın.