- This topic has 3 replies, 2 voices, and was last updated 14 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Question on Events List
I have 40 events that I have listed, but on the events page only the first 8 events are listed, I need to get all the events to show on the page so people can book dates….
See http://www.e-dynamics.be/wordpress/: you’ll want “limit=0” as an option to the shortcode [events_list]
Made the change by adding to a new page
[Events-list limit=0]
was working afterword, but after adding a new event it now only displays the default 10 events again….
Is there a way to update the program with a field in the admin setup where we can set the limit?
On the automatically created events page (the one defined as “Events page” in the events settings), you’ll always get just 10 events. In any other page, you can use the [events_list] shortcode with the limit settings. It’s not a good idea to set this in the admin page, if you can set it already to any limit you want.