Add a List of Events to a Page on Your Website – The Events Calendar – Video & Article
Learn how to add a list of upcoming events to any page on your website. This list of events is filterable and you can set how many events are displayed.
Learn how to add a list of upcoming events to any page on your website.
- Find or create the page that you would like to add an event list to.
- Edit that page.
- Place your cursor in the main content editor (or in some editors, add a text module, block, or element)
- Type in the shortcode for an events list, including the brackets (a shortcode is special code used to bring in dynamic content from other places on your website)
- [tribe_events_list category=”” limit=””]
- If you’d like to display only one category, then in between the quotes next to category, type in the category name you’d like displayed
- If you need to find the name of your category, or if it contains more than one word, in a new tab, go to the dashboard of your site, hover over Events and click on Events Categories
- Copy the slug of the category (all lowercase and contains hyphens between words)
- Paste that between the quotes next to category in your events shortcode
- If you’d like to limit the number of events displayed, type in a number in between the quotes next to limit
- Publish/Update/Save the page
