../page/2/ not working?
-
I have a blog that is only displaying posts from one category. Right now for some reason it lists every singe post on the one page but I would like it to show about 20 posts per page. When I limit the query_posts to display only 20 and click the next page button the next page displays nothing. This is how I am attempting to so this:
<?php query_posts('category_name=Uncategorized&posts_per_page=-1'); ?>Is there a way to make this work?
The topic ‘../page/2/ not working?’ is closed to new replies.