Skip to main content

There are several ways to display events on your site.

Sites that publish events typically add a link to the default events calendar page in their top navigation, and then use one of the shortcode options described below to display upcoming events on key pages such as the home page.


Default Events Calendar Page

When the plugin is enabled, it automatically creates a calendar page located at: site-url/events. For example:

  • https://www.med.unc.edu/neurology/events
  • https://unclineberger.org/events

By default, this page displays all events in a calendar view. Since many SOM sites have relatively few events, we recommend changing the display to List View, which is often easier for visitors to browse.

The Month View displays events on a traditional calendar grid, allowing visitors to see events organized by day across an entire month. This view works well for sites with many events spread throughout the month.

Screenshot of the event calendar in the month view, links to full-size image.

The List View displays events in chronological order, similar to a blog or agenda. This format makes it easy to quickly scan upcoming events and is often more effective for sites that have relatively few events.

Screenshot of the event calendar in the list view, links to full-size image.

To change the default view

  1. Go to Events → Settings
  2. Click the Display tab
  3. Under the Calendar Display section set the Default View to List.

Screenshot showing the location of where to change the default view of the events calendar, links to full size image.


Using Syndication Cell Shortcode

A Syndication Cell provides the most flexible way to display events.

This option allows you to display:

  • Events from your site
  • Events from other SOM websites
  • A combination of events from multiple SOM sites
  • Past events

Using Theme Shortcode

The SOM theme includes shortcodes for displaying events. There are 3 options that display upcoming events in different layouts.

To use them:

  1. Click the Shortcodes button in the editor.
  2. Select Recent Events.
  3. Choose from one of the three layout options.

Screenshot of the WordPress editor with the display options for events highlighted, links to full-size image.

Recent Events

Selecting this option inserts the following shortcode:

[heels-tribe-events number="4"]

This will display a vertical listing of events. This shortcode is configured to display the four most recent events. You can modify the number to control how many events appear.

Event listing from the Department of Neurology using the Recent Events shortcode, links to full-size image.

Recent Events List

Selecting this option inserts the following shortcode:

[heels-tribe-list number="4"]

This will display an alternative vertical listing that predominately displays the event date. This shortcode is configured to display the four most recent events. You can modify the number to control how many events appear.

Event listing from the Department of Neurology using the Recent Events List shortcode, links to full-size image.

Recent Events Carousel

Selecting this option inserts the following shortcode:

[heels-tribe-carousel number="8"]

This will display a horizontal listing of events. This shortcode is configured to display the eight most recent events. You can modify the number to control how many events appear.

Event listing from the Department of Neurology using the Recent Events Carousel shortcode, links to full-size image.


Using Plugin Shortcode

The Events Calendar plugin also includes its own shortcode options for displaying events.


Display Past Events

A Syndication Cell is the only supported method for displaying past events.