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