Sure, I added this feature in the newest update.
[loopage-prev text='<<previous']
Page [loopage-now] of [loopage-total]
[loopage-next text='next >>']
For details, please refer to the documentation under Advanced -> Pagination -> Previous and Next Page.
Thread Starter
draig
(@draig)
[loopage-prev] is not working for me
[loopage-next] is
As described in the documentation:
If the current page is the first page, then [loopage-prev] will display nothing. If the current page is the last page, then [loopage-next] will display nothing. Set parameter else to display something when there is no previous/next page.
Is [loopage-prev] displaying correctly for the second page and later?
Thread Starter
draig
(@draig)
Okay… I figured out what was wrong.
[loopage-prev] is working fine. However, when I do this:
[loopage-prev text='<< previous’]
the < is the problem. I assume it is taken as an opening tag. If I do:
[loopage-prev text=’… previous’]
then it works fine
Interesting – I tested this and the brackets are displaying fine on my end. You could try encoding them by replacing < with & lt; and > with & gt; (except with no space after &).