Show the template with all of your events
[ESPRESSO_EVENTS_TABLE_TEMPLATE]
Show the template with all events and order by start date
[ESPRESSO_EVENTS_TABLE_TEMPLATE order_by=start_date]
Show the template with all events and sort by ascending order (descending order is also available)
[ESPRESSO_EVENTS_TABLE_TEMPLATE sort=ASC]
Show the template with a specific number (e.g. 25 events) of total events
[ESPRESSO_EVENTS_TABLE_TEMPLATE limit=25]
Show the template with a certain amount of events (e.g. 15 events) before paginating
[ESPRESSO_EVENTS_TABLE_TEMPLATE table_pages=15]
Show events on the template and include expired events
[ESPRESSO_EVENTS_TABLE_TEMPLATE show_expired=true]
Show events from a specific category on the template
[ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=your-event-category-slug]
Show events from a specific category on the template and include expired events
[ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=your-event-category-slug show_expired=true]
Show events for a specific month
[ESPRESSO_EVENTS_TABLE_TEMPLATE month=january-2016]
Show all of the date times
[ESPRESSO_EVENTS_TABLE_TEMPLATE show_all_datetimes=true]
Remove the venue column
[ESPRESSO_EVENTS_TABLE_TEMPLATE show_venues=false]