Limit number of posts
To limit the number of posts on a certain page, follow these instructions
In your template file’s index.php, right above the line “ “, insert this code:
query_posts(”showposts=5″); ?>
where showposts equals the number of pages you wish to post.
Categorized in General, Word Press
