Next Previous navigation problem
-
In my wordpress theme, whenever I click on the Next or Previous button, I get the same entries on each page. I am using this piece of code for getting the posts –
\\ <?php query_posts(‘cat=13,14,15,16,17,18,22&showposts=5’); ?>
\\ <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
\\
\\ <div class=”post” id=”post-<?php the_ID(); ?>”>How can i get this problem solved?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Next Previous navigation problem’ is closed to new replies.