Event Manager Shortcodes
Event Listings
Shortcode: [gd_event_listing]
Parameters:
- category – ID number of the category to show (default = 0 for all)
- post_number – Number of posts to show (default = 5)
- layout – Number of columns to show (default = 2)
- add_location_filter – True or False (default = false)
- listing_width – A percent between 20 and 100 (default = ‘’)
- list_sort – One of az, upcoming, latest, featured, high_review, high_rating, random (default = latest)
- list_filter – One of all, today, upcoming, past (default = all)
- character_count – Number of characters to show from the Excerpt (Min/default = 20)
- title – title
This example shows a widget with 5 listings in a row of 5 (5 grid), showing upcoming events ordered by earliest first, and the widget will have a tile Featured Events:
[gd_event_listing layout=5 post_number=5 list_sort=upcoming list_filter=upcoming title=”Featured Events”]
Event Calendar
Shortcode: [gd_event_calendar]
Parameters:
- title – title
- day – One of sunday or monday
Related Events
Shortcode: gd_related_events]
Parameters:
- post_number – Number of posts to show (default = 5)
- layout – Number of columns to show (default = 2)
- event_type – One of all, today, upcoming, past (default = all)
- add_location_filter – True or False (default = false)
- listing_width – A percent between 20 and 100 (default = ‘’)
- list_sort – One of az, latest, featured, high_review, high_rating, random (default = latest)
- character_count – Number of characters to show from the Excerpt (Min/default = 20)