Limit Posts on Category Page
-
I have set my wordpress to display 12 posts on home page. Now I am trying to limit the posts to 5 pages in category.php. How can I set it to display 5 posts per page for category.php. Below is the code that is used for index.php
while (have_posts()) : the_post();
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Limit Posts on Category Page’ is closed to new replies.