Create single event template with Elementor Pro

Create single event template with Elementor Pro

Elementor Pro is the advanced and paid version of the Elementor plugin. It enables users to access premium features for developing a web page template. One needs to follow the below-mentioned steps to develop a dynamic single event template on WordPress.

How to create a single event template with Elementor Pro

  1. Log in to your WordPress admin panel.
  2. Buy “Elementor Pro” plugin on from here or directly go to Admin >> Plugins >> Add new.
  3. Search for the Elementor pro plugin in the search box.
    Wp Event Manager Search For The Elementor Pro 1
  4. Install and activate the “Elementor Pro” plugin for which you will need the license key that you have obtained through the registered email id.
  5. Once the plugin is installed, the next steps are to create the template and customize it. Now add a new template under the template section of the dashboard.
    Wp Event Manager Add A New Template
  6. The following code needs to be entered in the active theme’s functions.php file, if the Event post type is not displayed on the template.
    Wp Event Manager Single Event Elementor Pro 3

    1
    2
    3
    4
    add_filter('elementor_pro/utils/get_public_post_types', function ($post_types) {
            $post_types['event_listing'] = 'Event Listings';
            return $post_types;
        });
  7. Once the code is added, try refreshing the page and adding the new template again.
    Wp Event Manager Single Event Elementor Pro 4
  8. The next task is to finalize a design by finding blocks, pages, and templates as per your requirement and then insert your selection.
    Wp Event Manager Ssingle Event Elementor Pro 5
  9. Customize the template based on your requirement;
    Wp Event Manager Single Event Elementor Pro 6
  10. Try adding multiple images, and different fields, etc.
    Wp Event Manager Single Event Elementor Pro 7
    • Related Articles

    • How to display additional custom fields on a single event page?

      This WP Event Manager tutorial shows you how you can add the custom event fields to a single event page. It requires customizing your PHP file. Display additional custom fields on a single event page To display additional custom fields on a single ...
    • How To Install WP Event Manager Add ons

      WP Event Manager offers a huge number of addons that help you strengthen your WordPress site with some amazing and very useful event management features and functionalities. While installing a premium addon, you need to ensure that you already have ...
    • Event Alerts

      The Alert plugin lets the registered users on your site create Event Alerts on a daily, weekly or fortnightly basis depending on popular searches with keywords, location or categories. Installing The Plugin The installation process is the same for ...
    • Event Tag snippets

      The Event Tags in WP Event Manager are designed to simplify the process of searching events. It allows users to search for events quickly with targeted keywords. Event Tags can be customized with the help of below mentioned Event Tag snippet. Here ...
    • Event Tags

      Using the Event Tags plugin, you can add a new ‘event tags’ field to the submit process, show events filtered by tag via a shortcode, and add tag filtering to the standard events shortcode. Installing The Plugin The installation process is the same ...