An interactive calendar that stylishly displays your upcoming event dates and details.
Installing The Plugin
The installation process is the same for all the add-ons offered by WP Event Manager. They can be installed both automatically and manually.
- Automatic Installation: You can install the plugin from the backend of your WordPress. Click here to see how you can install the plugin automatically.
- Manual Installation: You can also install the plugin manually using SFTP or FTP tools FTP tool as well. Click here to see how you can install the plugin manually.
Watch the entire video for better understanding
Events Calendar on Event Listing Page
After installing and activating the plugin.
The Shortcode for Event Calendar
To display the Calendar on a specific page, you need to add the event calendar shortcode in the description area of the page.
- Create a new page from WP-admin >> Pages >> Add New.
- Add a suitable title to it.
- Add the following shortcode inside the content area:
- [events_calendar]
- To sort the events by category or type, enter the following code.
[events_calendar categories="charity"]
- Other shortcodes related to the Calendar plugin include the following.
- Click on Publish.
- It displays the calendar in widget form, highlighting events.
- [events_calendar_widget]
Note: It is recommended that you insert the shortcode into the ‘text’ view of the visual editor to ensure it gets formatted correctly.
Calendar settings
To access the calendar settings section, here are the steps you need to take:
- Go to wp-admin>>Event Manager>>Settings.
- Click on the Calendar tab.
- Here, you will have the option to show or hide the calendar layout on the Events page.
Here you will get the following options:
- Show calendar layout: You can check or leave it blank to show or hide the calendar layout on the Events page.
- Enable views: This is a multi-select box menu that comes with the following view options:
- List: shows all your events in a list.
- Daily: displays only the events to be held on your preferred date.
- Weekly: shows all the events that are scheduled in a week.
- Monthly: showcases all the events of a specific month.
- Yearly: reveals all the events that were held and that will be held in a year.
- Summary: it shows the event details, including date, time, and title.
- Map: Shows events based on a specific location.
- Show events from start to end: You can enable this option to display all the events that you have in a year.
- Default calendar view: Enable this option to add a specific view to all your events.
- Start of week: Here, you need to select your preferred day from which you want your month to be started in your monthly calendar.
Select your preferred calendar views as per your requirements.
After making your preferred changes in the settings section, to see the results, you need to follow the steps below:
- Go to the Frontend Event Listing page.
- Click on the Calendar icon.
- You will see the View option with the dropdown that you have selected in the backend.
- You can select any view option from the dropdown to display your page.
- Event Calendar list view
This layout shows all your events in a list.
- Event Calendar Daily View
This layout displays only the events to be held on your preferred date.
- Event Calendar Weekly View
This layout shows all the events that are scheduled in a week.
- Event Calendar Monthly View
This layout showcases all the events of a specific month.
- Event Calendar Yearly View
This layout reveals all the events that were held and that will be held in a year.
- Event Calendar Summary View
This layout shows the event details, including date, time, and title.
- Event Calendar Map View
This layout shows events based on a specific location.
Frontend Events Calendar Layout
The following screenshots show how the event calendar looks on the front end of your website.
It shows a tooltip box with the Event name, Image, Description, and start and end dates on the event title when you put your cursor in.
To add an event calendar widget
To add the calendar widget, follow the below mentioned steps,
- Log in to the admin panel.
- Follow, WP-admin >> Appearance >> Widgets.
- A widget called the Event Calendar appears in the widgets list.
- Drag this widget and drop it to the required widget area to show the event calendar at the required location (e.g., sidebar area of your website).
- It will look on the frontend as below.
How to automatically sync your WP Event Manager events to Google Calendar
Advanced: Overriding/Customizing the templates
For overriding or customizing, template files can be found in the “/wp-event-manager-calendar/templates/” directory.
To override a template file, follow the steps below:
- Create the directory “wp-event-manager-calendar” under your theme folder.
- Copy the template file to the “/wp-content/yourtheme/wp-event-manager-calendar/” directory.
- Your theme will use all the template files from the “/wp-content/yourtheme/wp-event-manager-calendar/” directory instead of the plugin’s template file (/wp-content/plugins/wp-event-manager-calendar/).
- The event-calendar.php template file now lists the user’s calendar.
Note: Our plugins are updated regularly. If you customize the template files, make sure to update your custom templates to stay compatible with the latest version and benefit from new features and improvements.