How to Publish WordPress Events on the Frontend
EventPrime equips you with 9 shortcodes to publish Events and their details on the frontend. Therefore, making it quite an easy process. Today we are going to take a look at each one of them in detail. So, let’s get started.
1. All Events Page
[em_events]
This shortcode displays the Event Calendar, along with its various views and search filters on the frontend. Consequently, this is the most important page of your EventPrime frontend setup.
The available Event search filters are…
- Keyword – Shows Events that include only the searched keyword.
- Event Type – Displays Events that belong to the selected Event Types.
- Date – Shows Events by the date chosen in this filter.
- Event Site – Displays Events that are taking place at the selected Event Site.
The available Event Views are…
- Month View – This view displays Events by the current month in calendar. Users can traverse to other months by clicking on the arrow icons on the left and right of the Month title.
- Week View – This view displays Events by the current week in calendar. Users can traverse to other weeks by clicking on the arrow icons on the left and right of the Week title.
- Day View – This view displays Events by the current day in calendar. Users can traverse to other days by clicking on the arrow icons on the left and right of the Date title.
- Card View – This view displays Events in the form of cards containing the Event’s featured image, title, date/time, and booking link.
- List View – This view displays Events of the current week in a list. Users can traverse to other weeks by clicking on the arrow icons on the left and right of the Week title.
2. All Event Types Page
[em_event_types]
This shortcode helps you list all your Event Types on a frontend page. All Event Types you have created with EventPrime will appear here, along with their title, color sprite, and link to visit the All Events page where Events will already be filtered by that Event Type.
3. All Performers Page
[em_performers]
This shortcode helps you to list all your Performers on a frontend page. All Performers you have created with EventPrime will appear here, along with their title, image, role, description, and no. of events. Clicking on a Performer’s image or title will open that Performer’s individual frontend page.
4. All Event Sites/Locations Page
[em_sites]
This shortcode helps you list all your Event Sites/Location on a frontend page. All Event Sites you have created with EventPrime will appear here, along with their title, seating type, address, no. of upcoming events, and link to each Event Site’s individual details page.
This shortcode also displays a map with location markers for each Event Site.
5. User Account Area Page
[em_profile]
This is the page from where a User can see and manage his/her activity with Events. Such as Event Bookings, Payments, Event Locations etc. The User Account Area will only display once the user has logged in. If the user is not logged in, he/she will be asked to login before accessing the User Account Area.
6. Individual Event Page
[em_event id=”x”]
Use this shortcode when creating a page to display a single Event. Replace the value of ‘x’ in the shortcode with the ID of the Event you want to display.
7. Individual Event Type Page
[em_event_type id=”x”]
Use this shortcode when creating a page to display a single Event Type. Replace the value of ‘x’ in the shortcode with the ID of the Event Type you want to display.
8. Individual Performer Page
[em_performer id=”x”]
Use this shortcode when creating a page to display a single Performer. Replace the value of ‘x’ in the shortcode with the ID of the Performer you want to display.
9. Individual Event Site Page
[em_event_site id=”x”]
Use this shortcode when creating a page to display a single Event Site. Replace the value of ‘x’ in the shortcode with the ID of the Event Site you want to display.