Hi,
I am using the {paginate} tag inside {exp:weblog:entries}. I’d like to achieve sth like this:
< previous page | next page >
The pipe character (|) I only need when both a previous and a next page are available. So, I thought I’d expand a bit on the documentation and do either this:
{if previous_page and next_page}|{/if}or this:
{if previous_page != '' and next_page != ''}|{/if}Neither works.
Any clues?
TIA… Nico