Quote:
Originally Posted by fris
2.7 changed the way it does it.
Code:
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
|
Yeah I found that in the codex but it didn't work. Nothing shows up, not even an error msg.
I figure I can't be the only one who had this problem so I'm hoping someone who upgraded before me found the fix.