• Resolved jasoncrews

    (@jasoncrews)


    I’m using

    <ul>[events_list_grouped limit="10" mode="monthly"]<li>#_EVENTLINK - #_EVENTDATES at #_EVENTTIMES</li>[/events_list_grouped]</ul>

    to create a short list of events. However, when their are more than 10 events it creates pages for the overflow which just doesn’t fit with what I am trying to do.

    can they be removed?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • adding attributes like pagination=0 should solve the issue.
    e.g.

    <ul>[events_list_grouped limit="10" mode="monthly" pagination=0]<li>#_EVENTLINK - #_EVENTDATES at #_EVENTTIMES</li>[/events_list_grouped]</ul>

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Events Manager] remove pagenation’ is closed to new replies.