[Plugin: WP-PageNavi] 404 Error when trying to page using custom post type & taxonomy
-
I am getting a 404 error when I go to page two. My query uses a custom post type and custom taxonomy to return a list of posts.
This code returns the data I want, only I can’t navigate to page 2
<?php query_posts($query_string . '&page=$paged&orderby=date&order=ASC&post_status=future,publish'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
Any ideas how I can paging to work?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-PageNavi] 404 Error when trying to page using custom post type & taxonomy’ is closed to new replies.