• Resolved networklink

    (@networklink)


    Again, thank you for this plugin and the great support!
    Still have a question left that I just can’t figure out..

    On https://www.networklink.nl I would like to remove the pagination because I have made my own button “Bekijk alle opdrachten” which leads to a page with al the jobs together.
    I found out that I could use [jobpost posts=”-1″] to remove pagination, but if done so all the jobs are displayed.
    I would really love to display only 3 jobs and also with no pagination.
    Please tell me this is possible and how I can manage that ??

    Many thanks in advance,

    Remco

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello Remco,

    Currently, the code structure is not supported without limiting post and pagination. You can simply use following CSS code to remove the pagination from the home page.

    .home ul.pagination {
        display: none;
    }

    Let us know if you need any other assistance from us.

    Thanks & Regards,
    PressTigers

    Thread Starter networklink

    (@networklink)

    That worked perfectly, thank you very much:)!

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