1. Home
  2. Docs
  3. Eventer
  4. Eventer Single Template

Eventer Single Template

Eventer links events in your listings/grid/calendar/slider views to their respective single event post pages. This page is created by default and displays every section which eventer offers.

The single event page uses your theme’s own single.php or index.php template and displays it’s content in the content part of the template i.e. the_content()

Here’s how it will look by default  on a generic theme like Twenty Twenty-Four:

Some of the sections of the single event page can be set to hidden from your WP Dashboard => Eventer => Settings

Event single page content shortcodes

Some of the new age WordPress page builders like Elementor, Beaver Builder offers you to create single post template without touching a line of code.

Eventer plugin also allows you to use several simple shortcodes in your theme’s own page builder plugin to create a unique look for the details page. Below are the list of shortcodes which you can use in your theme’s page builder:

[eventer_metas]

– This is to show event details including date, time, venue, organizer.

[eventer_tickets]

– This is to show information about event tickets.

[eventer_social_share]

– This is to show event social sharing icon links.

[eventer_save_events]

– This is to show save event options dropdown menu.

How can we help?