• Resolved tazar64

    (@tazar64)


    Hi

    I try to list the content using pagination but it doesn’t work — I don’t know why.
    My shortcode is
    [pods name="program" limit="5" pagination=”true” pagination_type=”simple”]
    and the result is just displaying 5 programs, without any pagination.
    I have more programs. If I don’t use pagination, it shows all 20. It doesn’t work without pagination_type=”simple” either.

    What could be the problem, please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pdclark

    (@pdclark)

    The quotes around the pagination and pagination_type attributes are smart quotes: ”
    Change them to “dumb” quotes: ”
    …as used on name and limit, and it works fine here in testing.

    Thread Starter tazar64

    (@tazar64)

    Wow! I have copied the code with those quotes from somewhere and never thought they are different and can affect the result.

    It works as expected now. Thank you a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode Pagination not working’ is closed to new replies.