The Agenda layout is a new view for the [eventer_list] shortcode. It presents events as a clean, horizontal timeline — each event as a row with a prominent date badge on the left, full event details in the centre, and a call-to-action button on the right.
Enabling the Agenda Layout
Add view="agenda" to the [eventer_list] shortcode:
[eventer_list view="agenda"]
Common combinations:
[eventer_list view="agenda" status="future" count="10"]
[eventer_list view="agenda" terms_cats="concerts" pagination="on"]
[eventer_list view="agenda" status="past" count="5"]
What Each Row Displays
- Date block (left) — day-of-week label, day number, and month/year. For multi-day events the date range is shown automatically.
- Main content (centre) — event title, status badges (Virtual, Featured, Sold Out), time, venue, price range, and a short excerpt.
- Action button (right) — contextual label: “View Event”, “Buy Tickets”, or any custom button label set on the event.
Shortcode Builder / Elementor / Visual Composer
The Agenda option is available as a Layout selector in the Eventer shortcode builder, the Eventer Elementor widget, and the Visual Composer/WPBakery element. Select Agenda from the Layout dropdown and save.
Shortcode Parameters
| Parameter | Values | Description |
|---|---|---|
view |
“agenda” | Activates the Agenda layout. |
status |
“future” / “past” | Show upcoming or past events. |
count |
integer | Number of events per page. |
terms_cats |
category slug(s) | Filter by event categories. |
pagination |
“on” | Enable pagination controls. |
filters |
“on” | Show search/filter bar. |
Tip: The accent colour for each agenda row is drawn from the individual event’s colour setting. The global default accent colour is set at Eventer Settings → General → Default Event Colour.