1. Home
  2. WP Event Aggregator
  3. Choosing How to Display Events
  4. Live Feed – Shortcode Reference

Live Feed – Shortcode Reference

Every Live Feed you create gets its own auto-generated shortcode, shown at the top of its builder screen and also in the Event Aggregator > Live Feed list under a Shortcode column (click it to copy).

Basic usage

[wpeapro_live_feed id="123"]

Replace 123 with your feed’s own ID — that’s all most users need, since platform, layout, columns, filters, etc. are already configured in the builder.

Optional attributes (override the builder settings)

You can override specific display settings directly in the shortcode without editing the feed itself:

[wpeapro_live_feed id="123" columns="2" per_page="6" layout="list"]

AttributeWhat it doesExample values
idWhich Live Feed to display (required)123
columnsOverrides the number of columns1, 2, 3, 4
per_pageOverrides events shown per page6, 12, 20 …
layoutOverrides the layoutcard-grid, list, masonry, minimal-grid, compact-list, timeline, ticket-list
time_filterOverrides the date filtertoday, upcoming_week, upcoming_month, all
cacheOverrides the cache duration (in minutes)60, 360, 1440

Note: the Platform (Eventbrite/Meetup/Facebook) and the Source (Organizer, Group, Page, etc.) are fixed per feed and cannot be changed from the shortcode — edit the feed itself for those.

Where can I use it?

Anywhere shortcodes are supported: pages, posts, widget areas that accept shortcodes, and most page builders via their “Shortcode” element.

Was this article helpful to you? Yes No

How can we help?