Pagination not working on taxonomy archive
-
I have a taxonomy archive template; ‘taxonomy-category-portfolio.php’ however I am trying to get pagination to work on it but when I click the ‘next’ button I get a 404 error.
Template code below, any ideas what the issue could be?
<?php get_header(); ?> <?php get_template_part('include', 'filter-portfolio'); ?> <?php query_posts($query_string . '&posts_per_page=1&paged=' . $paged); ?> <?php get_template_part('loop', 'portfolio'); ?> <?php wp_reset_query(); ?> </div><!--end content--> <?php get_sidebar(); ?> <?php get_footer(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pagination not working on taxonomy archive’ is closed to new replies.