Hi Jamie,
You can find the pagination settings currently available here. Is there a particular reason that you won’t want any pagination to appear on your site?
Thanks.
I have just hidden the pagination using css with this:
.nav-links .nav-previous{
visibility:hidden;
}
.nav-links .nav-next{
visibility:hidden;
}
In our site design, it just wasn’t working to display the pagination. We only really want to display a specific number of items and we were finding the pagination to be potentially a bit confusing to some of our website visitors.
Here is a link:
https://news.ok.ubc.ca
We are using it on the front page in the “Events” box, and on internal pages in the right hand sidebar.
Thanks very much,
Jamie
Thanks for letting us know what you used to hide the pagination links Jamie. Looks like it’s working great for you!