Oh sorry, of course. Here’s my test blog:
http://orlandoinside.com/wordpress/
As you can see it’s a fresh, plain raw install. Everything default. I have 7 post made with settings to only 3 post per page. When you scroll down, there is no Next link.
However if you click a post the “before” and “after” post do work. If you go to the root of that site, which is:
http://orlandoinside.com/
That is another blog, which also does not show the next link. I’ve done my own blogs on my own host for years, so I know a bit about them. But this has me stumped. Thanks!
This is the code I just copied from my default theme:
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
</div>
<?php else : ?>
But the links don’t show up. Could your host have anything at all to do with it? Perhaps using older php or something?
I would reinstall the new upgrade. Often a file does not upload right or gets mangled.