I would like to be see some attributes on the prev_entry and next_entry function so that when you are at the first or last entry in the list we can still have two items on the page.
Discussed a little in this thread
At the moment if you are at the first item the function does not output anything at all so any page layout gets kind of screwed up:
1st | Next>
2nd <Previous | Next>
3rd <Previous |
What I would like to see is a conditional to allow us to add other html code (so we can add text, code or image etc.) when the prev or Next returns a nill result.
1st < | Next>
2nd <Previous | Next>
3rd <Previous | >
- and in example images below.
