Forum How do I...?

No Pagination, if "pages > 1"

twantzen
How can I do this?:
If there is only one page: no pagination in @bottom-right
If there is more than one page: pagination on all pages in @bottom-right

Thanks,
Tobias
mikeday
You could use a JavaScript function with the prince-script() generated content to return the empty string unless counter(pages) > 1.
twantzen
Thanks, I'll give this a try.