• Resolved michele3000

    (@michele3000)


    Hi,

    is there a way to simply remove the pagination table (the page links) at the bottom of a list?
    I would like to add the last 5 entries to a widget without the option to scroll through pages.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Easiest way to do this is to hide it using a CSS rule….for example:

    .pdb-pagination {
       display: none;
    }

    You’ll probably want to add to the selector, so that it is specific to where you want it to take effect. As it is, this will make all Participants Database pagination controls disappear.

    Thread Starter michele3000

    (@michele3000)

    Thank you very much! Worked perfectly!

    I was looking for this, Thanks

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