Thread Starter
avato
(@avato)
That worked perfectly thank you so much!
Thread Starter
avato
(@avato)
Ooops sorry. Tried the code you said still did not work. My code is below.
<?php if (have_posts()) : ?>
<?php query_posts("cat=-8"); ?>
<?php while (have_posts()) : the_post(); ?>
// Content Here
<?php endwhile; ?>
<span id="previous-entries"><?php next_posts_link('« Previous Entries') ?></span>
<span id="next-entries"><?php previous_posts_link('Next Entries »') ?></span>
<?php else : ?>
// not found content
<?php endif; ?>
I’m having exactly the same problem and can not work out why it’s doing it. :/
Anyone help?