Pagination problem
-
Hello,
I am going mad trying to figure out the pagination for my front page.
I want to display my latest single post from category 5 on my front page. I also want to be able to navigate through category 5 from the front page. Right now when there is more than one post page 2 results in a 404 error.
My current code:
<?php if ( is_front_page() ) {
query_posts($query_string . ‘posts_per_page=1&cat=5’);
} ?>Thank you for any help
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Pagination problem’ is closed to new replies.