query_posts is preventing viewing page2
-
I have a very normal loop inside my index.php I am using for my home page. I also have
<?php query_posts( 'order=asc' ); ?>
above this loop… like so,<?php query_posts( 'order=asc' ); ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?>
Now whenever I try to click on page 2 it keeps me on page 1Any ay to fix this so I don’t need to change my loop code.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘query_posts is preventing viewing page2’ is closed to new replies.