“Previous/Next Post” Navigation Issue
-
I’m working on a new design for my site and ran into one major problem. I can’t get the Previous/Next Navigation links to work. The Previous link goes to the exact same post I’m already on.
After hours of research, I’ve seen many people have issues with the same thing, and I’ve tried every suggestion people have provided, but I’m not having any luck. This is the code that came with the template, with some modifications:
<div class=”navigation”><center><?php posts_nav_link(”,”,'<–Previous Briefs’) ?> | <?php posts_nav_link(”,’Most Recent Briefs–>’,”) ?></center></div>
I’ve changed posts_nav_link to previous_post_link() which has been suggested to other people, but that didn’t work.
Do you see anything wrong with my code? The site I’m using to test is at https://www.inevitablemedia.com
Thanks for any suggestions!
- The topic ‘“Previous/Next Post” Navigation Issue’ is closed to new replies.