posts_nav_link after upgrading to 2.1?
-
I just upgraded to 2.1 and everything seemed ok. I just noticed though that the navigational links at the bottom of the index page are gone.
I have no PHP or HTML background, but I’ve looked through the reference materials on the codex.www.remarpro.com site and figured out that the posts_nav_link must not be working.
I’ve checked on my index.php page, and the code is there, in The Loop as far as I can tell. The code is:
<div class=”navigation”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>It worked fine with WP 2.0.4. It’s driving me nuts.
Can anyone help?
Tony
- The topic ‘posts_nav_link after upgrading to 2.1?’ is closed to new replies.