Previous Page link not working
-
Since I upgraded to 3.0, I can’t go back to previous pages on the homepage.
Here is the query I use:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=4&showposts=10&paged=$paged"); ?>
The problem is, I use the exact same query (different category though) for a different page, and the previous page links work fine.
Has anyone got a fix for this?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Previous Page link not working’ is closed to new replies.