Hi reyemtm! At this time it is not possible to limit the number of events that is shown with the event-list shortcode.
Well I found a workaround using the Widget Shortcodes plugin. All I need to do is add some styling. It seems like it will work well. I have my homepage as full-width, so I need to show the events in the main section not the sidebar.
Thanks
Hi reyemtm! FYI, you do not need the Widget Shortcodes plugin, to trigger the event widget using a shortcode you can use:
[mw eventwidget]
you can specify optional parameters:
grp – event groups to display, default=display all
cnt – number of events ot display, default=3
lgo – set to 1 to display image
szp – set to 1 to omit start date
ezo – set to 1 to omit end date
adn – set to 1 to display event location
For example:
[mw eventwidget grp=”1″ cnt=”5″ lgo=”1″]
will display 5 upcoming events from event group 1 with images.
OK I’ll try that out. Thanks.
Hi mnagi321! Please update the “Event Calendar URL” under Organization Settings > Integration > Website Integration, so that it points to the page where you have the shortcode for the events list/calendar.