Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mark Zahra

    (@markzahra)

    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.

    Thread Starter Jamie Edwards

    (@jamieedwards)

    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

    Plugin Author Mark Zahra

    (@markzahra)

    Thanks for letting us know what you used to hide the pagination links Jamie. Looks like it’s working great for you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide pagination?’ is closed to new replies.