The grouped design lets you show many events in the same day, grouped together with the date as the header.
[ecs-list-events design="grouped" limit="10"]
November 3, 2026
November 4, 2026
November 6, 2026
November 7, 2026
November 8, 2026
November 9, 2026
November 12, 2026
November 14, 2026
Include the Venue
Note that the first event does not have a venue.
[ecs-list-events design="grouped" venue="true" limit="10"]
November 3, 2026
November 4, 2026
November 6, 2026
November 7, 2026
November 8, 2026
November 9, 2026
November 12, 2026
November 14, 2026
Include the Cost
[ecs-list-events design="grouped" cost="true" limit="10"]
November 3, 2026
November 4, 2026
November 6, 2026
November 7, 2026
November 8, 2026
November 9, 2026
November 12, 2026
November 14, 2026
Group by Month
You can group the events by the month, instead of by day.
[ecs-list-events design="grouped" groupby="month" limit="10"]
Format the date
You can format the date when grouping by month using the dateformat option:
[ecs-list-events design="grouped" groupby="month" dateformat="d" limit="4"]
May 2026
Time Format
You can modify the format of the time displayed using the timeformat option. This uses the same format options as WordPress does:
[ecs-list-events design="grouped" timeformat="gA" limit="10"]
May 20, 2026
May 21, 2026
May 25, 2026
May 27, 2026
June 1, 2026
Include the date beside each event
You can even use this to add in parts of the date in addition to the time, and use the hideheading option to hide the main heading:
[ecs-list-events design="grouped" timeformat="F d, Y @ gA" hideheading="true" limit="10"]
Group by Month (No start time)
If you want to hide the time of the event, just add timeonly=”false”
[ecs-list-events design="grouped" groupby="month" timeonly="false" limit="10"]
November 2026
December 2026
Pagination
Show previous and next links, allowing more events to be displayed by visitors. The amount of events on each page can be controlled using the limit value.
[ecs-list-events design="grouped" pagination="true" limit="3"]
May 20, 2026
May 21, 2026
May 25, 2026
Filter Bar
Let your visitors select the events they want to see with the filter, on any page! See the Filter Bar page for more examples.
[ecs-list-events design="grouped" filterbar="true" pagination="true" filterorder="category, venue, state, country, tag, fromdate"]