“newer entries” link isn’t a link. it’s just the text – how do i make it work?
-
Hi,
I have a problem when i am on a single post page, the “newer entries” and “older entries” links aren’t working. They work fine on the home page which is index.php, but they don’t work on single.php for some reason.
please can somebody help me…
to see what i mean check this out for example… if you click the link and scroll down to the bottom it shows
? Older Entries
Newer Entries ?these should link to the next posts but they don’t work!
https://www.mariosuniverse.com/blog/nintendo-planning-national-mario-tournament-for-japan/
i have entered this code which i believe should work but it’s not linking correctly.
<ul> <li><?php next_post_link('« Older Entries') ?></li> <li><?php previous_post_link('Newer Entries »') ?></li> </ul>
Thanks for your help!
- The topic ‘“newer entries” link isn’t a link. it’s just the text – how do i make it work?’ is closed to new replies.