I seem to be having trouble with wp-pagenavi, i will try and explain the problem best i can. Basically i have been creating a theme and on my main index template HERE i have ten posts and then the navigation to flick to page 2 , then 3 and so on. Because i wanted select categories to show up only on the front page, i used
<?php query_posts('cat=13,31,15');
if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
instead of collecting every post on the site. ( ie other author posts which i wanted on separate blogs ).
But now once i used the query posts tag in the newest wordpress the navigation doesn't seem to work, when i press page two under the ten posts in front column it shows all the newest posts again.
Can anyone help? I hoped i explained as well as i can.
Thanks in advance
Mark
Here is the link again. LINK