Help with creating next and previous navigation links.
-
Hello Everyone,
I’m attempting to create the following functionality for my site’s theme.
I want to display, for the newest post, the following (tag details omitted for brevity)
<a>«</a> [insert previous post title here] [insert newest post tagline]
For posts that are in the past, the following:
<a>«</a> [insert previous post title here] <a>»</a> [insert next post title here]
For the earliest post, the following:
[insert earliest post tagline] <a>»</a> [insert next post title here]
I have looked at the provided template tag api for a little while now and have come to the conclusion that it will not support directly this sort of behaviour (simply not enough configurability). How should I do this?
I’d prefer to not have to roll my own function but if I have to, no big deal. If there’s a plug-in that allows for more extensible navigation linking, then I’d be happy to use that too.
Thanks in advance!
- The topic ‘Help with creating next and previous navigation links.’ is closed to new replies.