WP Event Manager Tutorials
Hide Comment on Single Event Listing Page
A user of WP Event Manager can display or hide the comment section on the single event listing page. In this guide, you will learn about how you can disable or hide the comment section on your single event listing page. Here are the steps you need to ...
Adding a country field for events
In this guide, you will learn about how you can add a country field to your event submission form based on the Event Submission Form Fields doc and showcase it on a single event listing. Adding a field to the frontend In order to add fields on the ...
Changing language issue
When we change the language of the site while trying to add an event to our website, a 404 error message appears. However, this issue is now fixed with a simple code that needs to be pasted in the function.php. Now the error message does not appear ...
Editing Event Submission Form Fields
There are mainly 2 ways to customize the form fields in WP Event Manager : Using the Field editor option from the admin panel. Using the WordPress hooks (filters) which are explained below. Using the field editor option from the admin panel To add, ...
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 ...
Translating WP Event Manager
WP Event Manager is capable of being translated into any language using the standard WordPress localization methods and is not necessarily to be used in the English Language. All language files are located within the wp-event-manager/languages/ ...
Changing Login Redirects
Usually, when a user signs in during the event submission process or to perform any such activities they are usually redirected to the WordPress Login page by default. However, WP Event Manager gives its users the right to change the default page and ...
Add custom field in Search filter
It is possible for the users of WP Event Manager to add new filters to the event search form. In this guide we will show you how you can do it. Creating a custom event search filter WP Event Manager’s [Events] shortcode shows a search filter on the ...
Remove existing field from event submission form
Removing fields from event the event submission form In this guide, you will learn about how you can remove existing fields from the event submission form and how you can remove some social fields from the organizer section. Remove existing field ...
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 ...
Creating a custom event search form
WP Event Manager’s [Events] shortcode is coded to pick up search_location and search_keywords variables from the query string. Because of this, it’s easy to create a search form elsewhere on your site which posts to your events page. How to Create a ...
Changing the event slug/permalink
In this guide, we will show you how you can change or customize the event slug or permalink. It usually appears like this: http://yoursite.com/events/event-listing-title in the default settings. To customize this with WP Event Manager, you can use ...
Ordering Events By Event Start Date / meta key
WP Event Manager allows its users to arrange events in order and change the order as per their requirements. In this guide, you will learn about how you can arrange events in order based on their start date/ meta key. Here are the steps you need to ...
Change Default Events Listing View
WP Event Manager tutorial shows how to Change Default Listing View of Events. Show default events listing view Apply layout via shortcode, [events layout_type="box"] //values for layout type: box,list Apply layout via js, /** You need to put code in ...
Cron Job
“Cron Job is a time-based job scheduler.” It is a system that enables users to implement commands, programs, and other actions at a particular time. Basically in an era where a customer has a lot of options to choose from, it becomes necessary that a ...
Create Child Theme
A child theme is a game changer especially for those developers who are not sure about designing a WordPress site. The child theme works like a subtheme of the main theme that carries all its functionalities, features and style. Since you have landed ...
Create default image path filter
In this WP Event Manager tutorial, you will learn about how you can create a default image path filter. Every event organizer tries to gain as much attention as possible from their visitors or target audiences and using an attractive event banner ...
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 ...
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 ...
Event List with Elementor plugin
If you are new to WordPress and searching for ways to set up your events page then Elementor can be the best choice for you. It is one of those free plugins that help you customize your website page very easily. Elementor works seamlessly with almost ...
Hide and Add column from the Event Dashboard
An event dashboard displays all the details related to a specific event. A user can easily access the dashboard after logging into his or her account on WP Event Manager. The event dashboard column can be seen directly in the home page. A user can ...
List of all the default template and fields given in core and Premium Add-ons
The default templates offered by WP Event Manager are mentioned below. The default fields & default template available in the core plugin are as follows: WP-Event-Manager Account-signin.php Content-event_listing.php Content-no-events-found.php ...
Visual Composer
Visual Composer is yet another blessing for marketers, business owners and rookie webmasters to develop and design a webpage with ease. It provides you with the drag and drop facility for editing the layout of the website and makes the task of ...
Limit the banner Size
An event banner in WP Event Manager plays a pivotal role in attracting your target audience toward your event. It displays your event details and catches the attention of your audience with its exclusive designs and images. However, to ensure that ...
Validate submit event field Snippets
Validation refers to the process of checking the accuracy of the information provided. When an event is posted on a website, it determines the credibility of the organizer. Hence it becomes of utmost importance to provide the details accurately. The ...
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 delete an expired event by time
In Order to display an event as Expired after a specific date and time, you need to add the following code to your theme functions.php file. Open your child theme, Add the code into the funtions.php file. /* Event Expire by time */ function ...
How to Disable Social Media share links?
The following code can be implemented in the functions.php file of the child theme to hide the Social Media share links on specific events. Open your child theme, Add the following code into the functions.php file. add_filter( ...
Disable Any theme timepicker
This guide will help you disable a particular theme timepicker and get back to the default one that is offered by the plugin. To disable the theme timepicker, follow the below mentioned steps: Open your child theme, Add the code into the funtions.php ...
Hide Additional Information Section from Single Event Page
Different businesses have different requirements and custom fields help them adjust single event listing fields as per their requirements. WP Event Manager offers a separate section in the single event listing page named Additional fields that ...
How To Remove Duplicate Event Type Meta Box While Using Gutenberg Editor
In order to remove a duplicate event type meta box while using Gutenberg editor, you need to follow the below mentioned steps: Open your child theme. Enter the following code in your functions.php file. add_filter( 'rest_prepare_taxonomy', ...
Setting up Venue
The Venue is a crucial part of an event that certainly deserves to have prominence on your website. As an event host, you can pre-register a venue and other related details to it in advance. In this guide, we will take you through the process of ...
Multilingual Website Using WPML
WordPress Multilingual Plugin is one of the most powerful tools used for translation and it is highly compatible with the WP Event Manager plugin. It makes it easy to transform any ordinary WordPress website into a multilingual site. You can choose ...
How to override archive template
In order to override the Archive Template files, please follow the steps mentioned below: Copy your template file – wp-content/plugins/wp-event-manager/templates/content-event_listing_category.php Paste the file in your child theme: ...
How to allow comment forms on each event?
In order to enable a comment form on the single event page, please add the following code in the functions.php file: add_filter( 'event_manager_allowed_comment', 'YOUR_THEME_allowed_comment', 10 ); function YOUR_THEME_allowed_comment($status) { ...
How to allow organizers to add images in the description box
How to allow organizers to add images in the description box on the submit event page? In order to allow the organizers to add images while submitting the event in the description box, from the frontend, you need to add the below-mentioned code in ...
Add a custom field in the search form on the event dashboard
In order to add customize search filters to the event dashboard, please enter the following code in the functions.php file: add_action('event_manager_event_dashboard_event_filter_start', 'my_theme_custom_filter'); function my_theme_custom_filter() { ...
How to replace default event banner placeholder image
Replace default event banner placeholder image In order to add the default image in the banner, when someone does not submit any event banner, you can add the following code Open your child theme, Add the code into the funtions.php file: add_filter( ...
How to Download and Edit the Prebuilt Theme by WP Event Manager
In order to download a pre-built theme from the Demo site of the WP event manager, you need to perform the steps mentioned below: Click on Download the Theme, whichever you wish to use. A Zip file is saved to your Desktop. You need to next install ...