• Resolved goldenmoon

    (@goldenmoon)


    Hi,

    Am displaying pods by category on a page. I do not need pagination and have set it to false. But the no. of pods displayed are 15, while the rest do no shot show up.
    If pagination is on they show up. Please advice how to move the limit to beyond 15. Is there a infinite scroll or ‘load more’ option

    This is the shortcode used
    [pods name=”my_pod” orderby=”rank DESC” pagination=false]

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Paul Clark

    (@pdclark)

    [pods name=”my_pod” orderby=”rank DESC” pagination="false" limit="100"]

    Thread Starter goldenmoon

    (@goldenmoon)

    Thanks! That worked.

    Is it necessary to put false and 100 in quote marks? It seems to work even without it.

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    WordPress shortcodes don’t require quotes for the attributes but we always recommend them because it keeps things very consistent. Especially when you use attributes like where which use spaces and other formatting. It’s generally best practice to use quotes to ensure there is no room for error there.

    Thread Starter goldenmoon

    (@goldenmoon)

    Thanks @sc0ttkclark for the clarification.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No. of pods in a page getting limited to 15’ is closed to new replies.