Hi
I wan't to show only 10 post on the index but i can't ! plz help me !!
i use this query :
<?php if (have_posts()) :
query_posts( $query_string . '&posts_per_page=10' );
posts per page work only until the seconde page...
http://eurofoot.info/page/1 => don't work
http://eurofoot.info/page/2 => work
http://eurofoot.info/page/3 => work
I don't understand why ! Somebody can help me ?
Thanks !!