Shortcodes included with Mage Woo Event Booking Manager
[event-list cat='' org='' style='grid' cat-filter='no' org-filter='no' show='' pagination='no' column='2']
cat:
By default showing all event, but if you want to show event list of a particular category you can use this attribute, just put the category id with this. example: [event-list cat='ID']
org:
By default showing all event, but if you want to show event list of a particular organization you can use this attribute, just put the category id with this. example: [event-list org='ID']
style:
By default showing all event as grid. If you want to change the display style to list just change it to list. example: [event-list style='list']
cat-filter:
By default showing all event without any filter option. If you want to change it to with category filter use this. example: [event-list cat-filter='yes']
org-filter:
By default showing all event without any filter option. If you want to change it to with organization filter use this. example: [event-list org-filter='yes']
show:
By default showing all event without any limition. If you want to change it and set limit input the limit number. example: [event-list show='10']
pagination:
By default there is no pagination with the event list but if you want to show pagination set yes the value. example: [event-list pagination='yes']
column:
By default this shortcode will show 2 column layout but with column parameter you can show how many column you want.
Example: [event-list column='2']
Here is All Shortcode list we have available
- All Event List Style : [event-list style='list'] View Example
- All Event List minimal Style [event-list style='minimal' show=10 pagination='yes'] View Example
- All Event list in Native Style [event-list style='native' show='8' pagination='yes'] View Example
- All Event Grid Style : [event-list column=3] View Example
- Show only Event Title with Order: [event-list style='title'] View Example
- All Events With Organizer filter : [event-list org-filter=yes style=grid] View Example
- All Events With Pagination : [event-list style='grid' pagination=yes show=4] View Example
- All Events with category Filter : [event-list cat-filter=yes style=grid] View Example
- Event by Category : [event-list cat=44] View Example Here 44 is Category Id, you need to replace as your need
- Event by Organizer: [event-list org=49] View Example Here 49 is organizer ID, you can to replace as your need
- Event Expire list: [expire-event-list] View Example
- Show only 10 events: [event-list show='10'] you can change show=’Any number as your need’
- Show events grid with 3 column: [event-list column=3] Here 3 is number of colunn in grid, you need to replace as need
- Show Events by a City: [event-list style='grid' city='Dhaka' column=3 show=8] Here Washington is city name, you can change as your need
- Show list of City name of upcoming Events: [event-city-list] All Upcoming Events City name will display with this Shortcode
- Event Filter by country [event-list style='grid' country='India' column=3 show=8]
- Event Vertical Timeline: [event-list style='timeline' timeline-mode='vertical'] View Example
- Event Horizontal Timeline [event-list style='timeline' timeline-mode='horizontal'] View Example
- Event Carousal Style [event-list style='grid' pagination='carousal' carousal-dots='yes' carousal-nav='yes' column=3] View Example
- EventWise Speaker list: [event-speaker-list event=EventID] View Example
- Event Cart Section only: [event-add-cart-section event=EventID] View Example