Pagination conflict with category filter query
-
When I filter posts by category on front page the pagination doesn’t work. Posts from front page shown on page 2,3,4 and so on.
But when I remove filter it works normally.<?php query_posts(‘cat=3’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pagination conflict with category filter query’ is closed to new replies.