Looking for Event Tickets Emails template files? You can find them here!

The Events Calendar and Events Calendar Pro come with a number of template files that determine how the plugins look and behave. We call these templates views because they create the pages that you see on your site.

Each template can be copied and customized in your theme folder. The following is an outline of all of the available templates that come included with The Events Calendar.

The Events Calendar Template Files

The following templates are included with The Events Calendar. If you have Events Calendar Pro installed, additional templates specific to Pro views can be found in the Events Calendar Pro section below.

Core view templates

The following templates are containers for other templates. They are located at /wp-content/plugins/the-events-calendar/src/views/v2.

TemplateWhat it does
day.phpWrapper for the day view template, including the events bar, top bar, and the events in the day view.
default-template.phpThe basic wrapper template for all the views when the “Default Events Template” is used in the plugin’s Display settings.
embed.phpThe post embed base template.
list.phpWrapper for the list view template, includes the events bar, top bar, and the events in the list view.
month.phpWrapper for the month view template, includes the events bar, top bar, and the events in the month view.
silence.phpA blank template.
single-event-blocks.php*Wrapper for individual events created with blocks.
single-event.php*Wrapper for individual events.

* This file is located at: /wp-content/plugins/the-events-calendar/src/views/

banner-ad-tec-demo-site

Day view

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/v2/day/ except for the main day.php template, which is one level up.

TemplateWhat it Does
day/event.phpTemplate for a single event in day view.
day/nav.phpTemplate for the day view navigation, with the next and previous links.
day/time-separator.phpTemplate for the time separator in day view.
day/top-bar.phpTemplate for the day view top bar.
day/type-separator.phpTemplate for all day and multiday separators.
day/event/cost.phpTemplate for the event cost.
day/event/date.phpTemplate for the event date.
day/event/description.phpTemplate for the event description.
day/event/featured-image.phpTemplate for the event featured image.
day/event/title.phpTemplate for the event title.
day/event/venue.phpTemplate for the event venue.
day/event/date/meta.phpTemplate for the event date meta.
day/nav/next-disabled.phpTemplate for the disabled Next button in the day view navigation.
day/nav/next.phpTemplate for the Next button in the day view navigation.
day/nav/prev-disabled.phpTemplate for the disabled Previous button in the day view navigation.
day/nav/prev.phpTemplate for the Previous button in the day view navigation.
day/top-bar/datepicker.phpTemplate for the day view top bar datepicker field.

List view

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/v2/list/.

TemplateWhat it Does
list/event.phpTemplate for a single event in list view.
list/month-separator.phpTemplate for the month separator.
list/nav.phpTemplate for the list view navigation, with the next, previous, and today links.
list/top-bar.phpTemplate for the list view top bar.
list/event/cost.phpTemplate for the event cost.
list/event/date-tag.phpTemplate for the event date tag with weekday and day number.
list/event/date.phpTemplate for the event date.
list/event/description.phpTemplate for the event description.
list/event/featured-image.phpTemplate for the event featured image.
list/event/title.phpTemplate for the event title.
list/event/venue.phpTemplate for the event venue.
list/event/date/meta.phpTemplate for the event date meta.
list/nav/next-disabled.phpTemplate for the navigation disabled next button.
list/nav/next.phpTemplate for the navigation next button.
list/nav/prev-disabled.phpTemplate for the navigation disabled previous button.
list/nav/prev.phpTemplate for the navigation previous button.
list/nav/today.phpTemplate for the navigation today button.
list/top-bar/datepicker.phpTemplate for the list view top bar datepicker.

Month view

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/v2/month/.

TemplateWhat it Does
month/calendar-body.phpTemplate for the month view calendar body.
month/calendar-header.phpTemplate for the month view calendar header.
month/mobile-events.phpTemplate for the wrapper for mobile events.
month/top-bar.phpTemplate for the month view top bar.
month/calendar-body/day.phpTemplate for a day in the calendar grid.
month/calendar-body/day/calendar-events.phpTemplate for the wrapper for calendar events in a day.
month/calendar-body/day/more-events.phpTemplate for the more events link in a day.
month/calendar-body/day/multiday-events.phpTemplate for the multiday events wrapper in a day.
month/calendar-body/day/calendar-events/calendar-event.phpTemplate for a calendar event.
month/calendar-body/day/calendar-events/calendar-event/date.phpTemplate for the calendar event date.
month/calendar-body/day/calendar-events/calendar-event/featured-image.phpTemplate for the calendar event featured image.
month/calendar-body/day/calendar-events/calendar-event/title.phpTemplate for the calendar event title.
month/calendar-body/day/calendar-events/calendar-event/tooltip.phpTemplate for the calendar event tooltip.
month/calendar-body/day/calendar-events/calendar-event/date/meta.phpTemplate for the calendar event date meta.
month/calendar-body/day/calendar-events/calendar-event/tooltip/cost.phpTemplate for the calendar event tooltip cost.
month/calendar-body/day/calendar-events/calendar-event/tooltip/date.phpTemplate for the calendar event tooltip date.
month/calendar-body/day/calendar-events/calendar-event/tooltip/description.phpTemplate for the calendar event tooltip description.
month/calendar-body/day/calendar-events/calendar-event/tooltip/featured-image.phpTemplate for the calendar event tooltip featured image.
month/calendar-body/day/calendar-events/calendar-event/title.phpTemplate for the calendar event tooltip title.
month/calendar-body/day/calendar-events/calendar-event/tooltip/date/meta.phpTemplate for the calendar event tooltip date meta.
month/calendar-body/day/multiday-event-spacer.phpTemplate for a multiday event spacer.
month/calendar-body/day/multiday-events.phpTemplate for a multiday event.
month/mobile-events/mobile-day.phpTemplate for a day in the mobile events wrapper.
month/mobile-events/nav.phpTemplate for the mobile events navigation, with the next, previous, and today links.
month/mobile-events/mobile-day/day-marker.phpTemplate for the mobile events day marker.
month/mobile-events/mobile-day/mobile-event.phpTemplate for a mobile event in a day.
month/mobile-events/mobile-day/more-events.phpTemplate for the mobile events more events link for a day.
month/mobile-events/mobile-day/mobile-event/cost.phpTemplate for the mobile event cost.
month/mobile-events/mobile-day/mobile-event/date.phpTemplate for the mobile event date.
month/mobile-events/mobile-day/mobile-event/featured-image.phpTemplate for the mobile event featured image.
month/mobile-events/mobile-day/mobile-event/title.phpTemplate for the mobile event title.
month/mobile-events/mobile-day/mobile-event/date/meta.phpTemplate for the mobile event date meta.
month/mobile-events/nav/next-disabled.phpTemplate for the mobile events navigation disabled next button.
month/mobile-events/nav/next.phpTemplate for the mobile events navigation next button.
month/mobile-events/nav/prev-disabled.phpTemplate for the mobile events navigation disabled previous button.
month/mobile-events/nav/prev.phpTemplate for the mobile events navigation previous button.
month/mobile-events/nav/today.phpTemplate for the mobile events navigation today button.
month/top-bar/datepicker.phpTemplate for the month view top bar datepicker.

Modules

The following templates are located at wp-content/plugins/the-events-calendar/src/views/modules.

TemplateWhat it does
modules/address.phpDisplays the venue address on an event single.
modules/bar.phpRenders the events navigation bar used across views.
modules/map-basic.phpUsed for maps embedded in single events and venues when the site is using The Events Calendar’s default Google Maps API key.
modules/map.phpUsed for maps embedded within single events and venues.
modules/meta.phpThe container for meta information about the event.
modules/meta/details.phpDisplays the event’s details in the meta section of the event single.
modules/meta/map.phpDisplays the embedded map in the meta section of the event single.
modules/meta/organizer.phpDisplays the event’s organizer information in the meta section of the event single.
modules/meta/venue.phpDisplays the event’s venue information in the meta section of the event single.

Embedded events

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/embed/.

TemplateWhat it does
embed/content.phpThe template that displays the content for the embed view
embed/cost.phpShows the cost in an embedded event
embed/footer.phpThe footer template for the embed view
embed/image.phpDisplays the featured image of an embedded event
embed/meta.phpThe wrapper for displaying content, such as date and time for an embedded event
embed/schedule.phpDisplays the schedule information for an embedded event
embed/venue.phpDisplays information about the venue for an embedded event

Widgets

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/widgets/.

TemplateWhat it Does
widgets/calendar-widget.phpDeprecated
widgets/list-widget.phpDisplays the list widget.

Components

The following templates are located at: /wp-content/plugins/the-events-calendar/src/views/v2/components/.

TemplateWhat it Does
components/after.phpTemplate for custom HTML after the view. This is applied to all views.
components/before.phpTemplate for custom HTML before the view. This is applied to all views.
components/breadcrumbs.phpTemplate for breadcrumbs in the view header. This is applied to category archive, featured archive, all view, organizer view, and venue view.
components/breakpoints.phpHolds the script tag containing the calendar’s various breakpoints for responsive layouts.
components/data.phpTemplate for the view data. This is applied to all views. It is highly recommended to not make any changes to this template.
components/events-bar.phpTemplate for the events bar. This is applied to all views.
components/filter-bar.phpTemplate placeholder for the Filter Bar. This is applied to all views. The Filter Bar is injected after this via template hooks, so removing calls to this will prevent the Filter Bar from showing up. Any custom content added to this template will show up immediately above the Filter Bar.
components/ical-link.phpTemplate for iCal link. This is applied to all views.
components/loader.phpTemplate for the loader overlay during ajax requests. This is applied to all views.
components/json-ld-data.phpTemplate that injects structured data in JSON-LD format for enhanced SEO.
components/messages.phpTemplate for messages. This is applied to all views.
components/read-more.phpTemplate for the “Read More” link. This is only applied to events on the Twenty Seventeen theme.
components/breadcrumbs/breadcrumb.phpTemplate for a non-linked breadcrumb.
components/breadcrumbs/linked-breadcrumb.phpTemplate for a linked breadcrumb.
components/events-bar/search.phpTemplate for the events bar search form.
components/events-bar/search-button.phpTemplate for the events bar mobile search button.
components/events-bar/views.phpTemplate for the events bar views selector.
components/events-bar/search/keyword.phpTemplate for the events bar search form keyword input.
components/events-bar/search/submit.phpTemplate for the events bar search form submit button.
components/events-bar/search-button/icon.phpTemplate for the events bar search button icon.
components/events-bar/views/list.phpTemplate for the events bar views selector list.
components/events-bar/views/list/item.phpTemplate for the events bar views selector list item.
components/top-bar/actions.phpTemplate for the top bar actions.
components/top-bar/today.phpTemplate for the top bar “Today” link.
components/top-bar/actions/content.phpTemplate for the top bar actions content.

Blocks

This is a list of templates for events that are created using the WordPress block editor. The templates are located at: /wp-content/plugins/the-events-calendar/src/views/blocks/.

Note that these templates go into a different folder in your theme if you plan on overriding them. Instead of creating a tribe-events folder in your theme, these blocks will go into a /tribe/events/ folder.

TemplateWhat it Does
/blocks/classic-event-details.phpThe wrapper for the event’s details, including meta information, venue, and organizer.
/blocks/event-category.phpDisplays the event category
/blocks/event-datetime.phpDisplays the date and time of the event
/blocks/event-links.phpDisplays the event export options
/blocks/event-organizer.phpDisplays the event organizer
/blocks/event-price.phpDisplays the cost of the event
/blocks/event-tags.phpDisplays the event’s tags
/blocks/event-venue.phpDisplays the venue where the event takes place
/blocks/event-website.phpDisplays the website link for the event
/blocks/featured-image.phpDisplays the event’s featured image
/blocks/parts/details.phpDisplays event details in the classic event details block, including date, time, categories, tags, price and website
/blocks/parts/map.phpDisplays the embedded Google Map in the event venue block
/blocks/parts/organizer.phpDisplays organizer information in the classic event details block
/blocks/parts/venue.phpDisplays the venue information in the classic event details block

Events Calendar Pro Template Files

Events Calendar Pro enhances The Events Calendar by adding premium features when installed and activated alongside The Events Calendar. Events Calendar Pro comes with a number of template files that determine how the plugin looks and behaves. We call these templates views because they create the pages you see on your site.

List View

Events Calendar Pro adds the following template to the calendar list view when enabled. The following template is located at: /wp-content/plugins/events-calendar-pro/src/views/v2/list/event/.

TemplateWhat it Does
recurring.phpDisplays the icon for an event in a series in the calendar list view

Month View

Events Calendar Pro features additional templates that are added to the calendar month view when enabled. The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/v2/month/.

TemplateWhat it Does
recurring.phpDisplays the icon for a series event in month view
tooltip/recurring.phpDisplays the icon for a series event in a month view tooltip when an event is hovered
mobile-event/recurring.phpDisplays the icon for a series event in month view on small screens

Map View

The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/v2/map/.

TemplateWhat it Does
map.phpThe main container for the view.
event-cards.phpThe main wrapper for the list of individual events in map view
event-cards/event-card.phpThe wrapper for an individual event in map view
event-cards/event-card/actions.phpImports actions for single events in map view
event-cards/event-card/actions/cost-spacer.phpAdds spacing around the event cost element
event-cards/event-card/actions/cost.phpDisplays the event cost
event-cards/event-card/actions/details-spacer.phpAdds pacing around the details element
event-cards/event-card/actions/details.phpDisplays the event details
event-cards/event-card/actions/directions-spacer.phpAdds spacing around the event directions
event-cards/event-card/actions/directions.phpDisplays the link to event directions
event-cards/event-card/event.phpThe wrapper for the content of a single event in the map view list of events
event-cards/event-card/event/date-time.phpDisplays the event date and time
event-cards/event-card/event/distance.phpDisplays the distance to the event location
event-cards/event-card/event/featured-image.phpDisplays the featured image of the event post
event-cards/event-card/event/title.phpDisplays the event title
event-cards/event-card/event/venue.phpDisplays the event venue
event-cards/event-card/tooltip.phpDisplays the tooltip when an individual event is hovered in map view
event-cards/event-card/tooltip/cost.phpDisplays the event cost in the tooltip
event-cards/event-card/tooltip/date-time.phpDisplays the event date and time in the tooltip
event-cards/event-card/tooltip/navigation.phpDisplays the next and previous buttons in the tooltip
event-cards/event-card/tooltip/title.phpDisplays the event title in the tooltip
event-cards/event-card/tooltip/venue.phpDisplays the event venue in the tooltip
event-cards/event-card/date-tag.phpDisplays the month and date range for the list of events currently in view
event-cards/nav.phpThe wrapper for navigation in map view
event-cards/nav/next-disabled.phpControls the disabled state of the “next” navigation when no more upcoming events are available
event-cards/nav/next.phpDisplays the button to paginate forward in map view
event-cards/nav/prev-disabled.phpControls the disabled state of the “previous” navigation when no more upcoming events are available
event-cards/nav/prev.phpDisplays the button to navigate backwards in map view
event-cards/nav/today.phpDisplays the button to return to the current day in map view
map/google-maps.phpThe container that holds the Google Maps embed
map/google-maps/default.phpRenders Google Maps using the default API key provided by the plugin
map/google-maps/premium.phpRenders Google Maps using a custom API key
top-bar.phpDisplays the area containing navigation for the view
top-bar/nav/prev.phpDisplays the previous navigation link
top-bar/nav/next-disabled.phpControls the next page navigation link when there are no more pages with upcoming events
top-bar/nav.phpDisplays the navigation inside the top bar
top-bar/today.phpDisplays the “Today” button in the top bar
top-bar/datepicker.phpDisplays the date picker input in the top bar

Photo View

The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/v2/photo/.

TemplateWhat it Does
photo.phpThe main container for photo view
event.phpThe container for an individual event in photo view
event/cost.phpDisplays the event cost
event/date-tag.phpDisplays the month and day number for an event
event/date-time.phpDisplays the event date and time
event/featured-image.phpDisplays the featured image for an event post
event/title.phpDisplay the event title
nav.phpThe container for photo view navigation
nav/next-disabled.phpDisabled the next navigation link when no upcoming events are available
nav/next.phpDisplays the next navigation link when upcoming events are available
nav/prev-disabled.phpDisabled the previous navigation link when no earlier events are available
nav/prev.phpDisplays the previous navigation link when earlier events are available
nav/datepicker.phpDisplays the date picker input in the view navigation
nav/today.phpDisplays the button to return to the current day
top-bar.phpDisplays the area above the view
top-bar/nav.phpDisplays the navigation for the next and previous links inside the top bar
top-bar/nav/next-disabled.phpDisables the next navigation link in the top bar when no upcoming events are available
top-bar/nav/next.phpThe link in the top bar when more upcoming events are available
top-bar/nav/prev-disabled.phpDisables the next navigation link in the top bar when no previous events are available
top-bar/nav/prev.phpDisabled the previous navigation link in the top bar when previous events are available
top-bar/today.phpDisplays the “Today” button in the top bar
top-bar/datepicker.phpDisplays the date picker input in the top bar

Week View

The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/v2/week/.

TemplateWhat it Does
week.phpThe main wrapper for week view
day-selector.phpThe container for selecting dates in the view
day-selector/days.phpThe list of days in the date selector
day-selector/days/day.phpDisplays an individual date in the day selector
day-selector/nav.phpContains the previous and next navigation links in the day selector
day-selector/nav/prev.phpDisplays a previous navigation link in the day select
day-selector/nav/next.phpDisplays a next navigation link in the day select
grid-body.phpThe container for the grid of dates in week view
grid-body/events-day.phpThe container for an individual date in week view
grid-body/events-day/event.phpThe container for an event in a week view date column
grid-body/events-day/event/date.phpDisplays the event date for an event in week view
grid-body/events-day/event/featured-image.phpDisplays the featured event for an event displayed in week view
grid-body/events-day/event/title.phpDisplays the title of an event in week view
grid-body/events-day/event/tooltip.phpThe container for a tooltip when an event is hovered in week view
grid-body/events-day/event/tooltip/cost.phpDisplays the event cost in the tooltip that displays when an event is hovered in week view
grid-body/events-day/event/tooltip/date.phpDisplays the event date in the tooltip that displays when an event is hovered in week view
grid-body/events-day/event/tooltip/description.phpDisplays the event description in the tooltip that displays when an event is hovered in week view
grid-body/events-day/event/tooltip/featured-image.phpDisplays the event featured image in the tooltip that displays when an event is hovered in week view
grid-body/events-day/event/tooltip/title.phpDisplays the event title in the tooltip that displays when an event is hovered in week view
grid-body/events-day/multiday-events-day/more-events.phpDisplays the links when more events are available to view than what is currently displayed
grid-body/events-day/multiday-event-spacer.phpAdds spacing around multi-day events in week view
grid-body/events-day/multiday-event.phpDisplays multi-day events in week view
grid-body/events-row-header.phpThe container for the week view grid header
grid-body/multiday-events-row-header.phpThe container for the week view grid header when multi-day events are displayed
grid-body/multiday-events-row-header/multiday-events-row-header-toggle.phpContains the toggle control for displaying the row of multi-day events in week view
grid-header.phpThe container for the header row of the week view grid of displayed dates
grid-header/header-column.phpThe content for the header row of the week view grid of displayed dates
mobile-events.phpThe container for events when displayed on small screens
mobile-events/day.phpThe container for a day in week view when viewed on small screens
mobile-events/day/event.phpThe container for an event on a date in week view when viewed on small screens
mobile-events/day/event/cost.phpDisplays the event cost in week view when viewed on small screens
mobile-events/day/event/date.phpDisplays the event date in week view when viewed on small screens
mobile-events/day/event/featured-image.phpDisplays the event featured image in week view when viewed on small screens
mobile-events/day/title.phpDisplays the event title in week view when viewed on small screens
mobile-events/day/venue.phpDisplays the event venue in week view when viewed on small screens
mobile-events/day/time-separator.phpDisplays a separator between the date and time in week view when viewed on small screens
mobile-events/day/type-separator.phpDisplays a separator between the event time and the whether the event type is all-day or ongoing
mobile-events/nav.phpThe navigation for week view when displayed on small screens
mobile-events/nav/next-disabled.phpDisables the button to view more upcoming events in week view when viewed on small screens and no upcoming events are available
mobile-events/nav/next.phpDisplays the button to view more upcoming events in week view when viewed on small screens
mobile-events/nav/prev-disabled.phpDisables the button to view previous events in week view when viewed on small screens and no previous events are available
mobile-events/nav/prev.phpDisplays the button to view previous events in week view when viewed on small screens
mobile-events/nav/today.phpDisplays the button to return to the current date when week view is viewed on small screens
top-bar.phpDisplays the area above the view
top-bar/datepicker.phpDisplays the date picker input in the top bar
top-bar/nav.phpThe container holding the previous and next links in the top bar.
top-bar/nav/next-disabled.phpDisplays the disabled next navigation link when no upcoming events are available
top-bar/nav/next.phpDisplays the next navigation link when upcoming events are available
top-bar/nav/prev-disabled.phpDisabled the disabled previous navigation link when no earlier events are available
top-bar/nav/prev.phpDisplays the the previous navigation link when earlier events are available

Summary View

The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/v2/summary/.

TemplateWhat it Does
summary.phpThis is the main template for summary view – it is found at /wp-content/plugins/events-calendar-pro/src/views/v2/summary.php. It contains the main structure and calls all the following templates.
date-group.phpThe container and structure for a single displayed day
date-group/date-tag.phpThe date tag for a single day
date-group/event.phpA single event
date-group/event/cost.phpThe cost for a single event
date-group/event/date.phpThe structure and logic for the date of a single event
date-group/event/date/all-day.phpThe date for an all-day event. Also for “middle” days of a multi-day event
date-group/event/date/meta.phpThe date for event date meta (currently empty)
date-group/event/date/multiday-end.phpThe date for the last day of a multi-day event
date-group/event/date/multiday-start.phpThe date for the first day of a multi-day event
date-group/event/date/recurring.phpThe series icon for series events
date-group/event/date/single.phpThe start and end times for an event
date-group/event/title.phpThe title for a single event
date-group/event/title/featured.phpThe featured icon for featured events
date-separator.phpThe separator for displayed days – a horizontal line.
month-separator.phpThe separator for displayed months – a date and a horizontal line.
nav.phpThe container for summary view navigation (at the bottom of the view)
nav/next-disabled.phpControls the disabled state of the “next” navigation when no more upcoming events are available
nav/next.phpDisplays the button to paginate forward in summary view
nav/prev-disabled.phpControls the disabled state of the “previous” navigation when no more upcoming events are available
nav/prev.phpDisplays the button to paginate backward in summary view
nav/today.phpDisplays the button to return to the current time period for summary view
top-bar.phpDisplays the area above the view, including datepicker and navigation
top-bar/datepicker.phpDisplays the date picker input in the top bar
top-bar/nav.phpThe container holding the previous and next links in the top bar.
top-bar/nav/next.phpDisplays the next navigation link when more upcoming events are available
top-bar/nav/next-disabled.phpDisplays the disabled next navigation link when no more upcoming events are available
top-bar/nav/prev.phpDisplays the previous navigation link when earlier events are available
top-bar/nav/prev-disabled.phpDisplays the disabled previous navigation link when no earlier events are available

Single Events

The following templates are located at: /wp-content/plugins/events-calendar-pro/src/views/pro/.

TemplateWhat it does
modules/meta/additional-fields.phpDisplays additional (custom) fields to the single event meta section
related-events.phpDisplays related events in the event single.

Organizers

The following template is located at: /wp-content/plugins/events-calendar-pro/src/views/v2/organizer/.

TemplateWhat it Does
meta.phpThe wrapper for organizer information
meta/content.phpDisplays the content for an organizer post
meta/details/details.phpContains the details of an organizer post
meta/details/email.phpDisplays the email address in the organizer details
meta/details/phone.phpDisplays the phone number in the organizer details
meta/details/website.phpDisplays the website address in the organizer details
meta/title.phpDisplays the organizer title

Venues

The following template is located at: /wp-content/plugins/events-calendar-pro/src/views/v2/venue/.

TemplateWhat it Does
meta.phpThe wrapper for venue information
meta/content.phpDisplays the content for a venue post
meta/details/details.phpContains the details of a venue post
meta/details/address.phpDisplays the venue address in the venue details
meta/details/phone.phpDisplays the venue phone number in the venue details
meta/details/website.phpDisplays the venue website address in the venue details
meta/title.phpDisplays the venue title

Settings

The following template is located at: /wp-content/plugins/events-calendar-pro/src/views/v2/recurrence/.

TemplateWhat it Does
hide-recurring.phpRenders the “Condense Events Series” option in calendar views.

The following template is located at: /wp-content/plugins/events-calendar-pro/src/views/v2/location/.

TemplateWhat it Does
form-field.phpAdds a location option to the calendar search.

Blocks

This is a list of templates for events that are created using the WordPress block editor and located at: /wp-content/plugins/events-calendar-pro/src/views/blocks/. Note that these templates go into a different folder in your theme if you plan on overriding them. Instead of creating a tribe-events folder in your theme, these blocks will go into a /tribe/events-pro/blocks/ folder.

TemplateWhat it Does
additional-fields/checkbox.phpThe block for adding a custom checkbox input to an event
additional-fields/dropdown.phpThe block for adding a custom select input to an event
additional-fields/radio.phpThe block for adding a custom radio input to an event
additional-fields/text.phpThe block for adding a custom text input to an event
additional-fields/textarea.phpThe block for adding a custom textarea field to an event
additional-fields/url.phpThe block for adding a custom URL input to an event
related-events.phpThe container for related events
related-events/event-info.phpDisplays the content for a related event
related-events/event-thumbnail.phpDisplays the event thumbnail for a related event
related-events/event.phpThe container for a related event
related-events/title.phpDisplays the title of a related event