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.

  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.

  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.

    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.

  8. The next task is to finalize a design by finding blocks, pages, and templates as per your requirement and then insert your selection.

  9. Customize the template based on your requirement;

  10. Try adding multiple images, and different fields, etc.


    • Related Articles

    • Create or pick categories from Free/ Core WP Event manager

      Events are classified into various types based on the kind of visitors they have. Visitors come from different backgrounds. That is why an event organizer or admin must ensure that they make a lot of event categories available to their clients. This ...
    • Importing Event Listings With WP All Import Pro

      WP All Import Pro allows you to import posts and custom post categories (like occasional postings) with CSV and XML documents. Steps for importing from a CSV file are given below. Preparing Your CSV File Event Title. Event Description. Event ...
    • Enabling Full Template Support

      WP Event manager uses custom post types, therefore, post archives can be enabled and fully themed. You can create template files for archives of events using WordPress Template Hierarchy. Note: For the single event listings, WP Event Manager by ...
    • Installation of WP Event Manager

      Automatic Installation of FREE WP Event Manager Installing WP Event Manager is just a matter of a few clicks. You can add WP Event Manager to your website by using the dashboard offered to you at the backend of the CMS. To install the plugin ...
    • Event Detail Page

      The Event detail page carries various details of a particular event. These details include the event title, event type, event location, event start date & time, event end date & time, event description, etc. besides this, you can also get the details ...