Introduction
Event Organiser is a robust and flexible event calendar plugin designed for WordPress. This technical documentation provides guidance on installing, configuring, and utilizing the features of Event Organiser. You'll find this plugin on the Admin screen, along the left-side menu.
NOTE: The Events Organiser plugin is only available on the Essentials and Premium plans.
Official Documentation:
User Guides: http://docs.wp-event-organiser.com/
Shortcodes (used for displaying a calendar, events list, etc): http://docs.wp-event-organiser.com/shortcodes/
Adding Event Categories
Setting up your Event Categories, first, is a great way to streamline your workflow. Follow these steps to add a new event category:
Navigate to "Events" and select "Categories."
Input category name
Choosing a color for each category can help when your users view the calendar.
Click "Add New Category" to save the category.
Detailed instructions for managing categories and adding a category filter to the calendar on the front end are here.
Adding Events
Follow these steps to add a new event:
Find the "Events" entry in the menu.
Select "Add New."
Input event details such as start and end times, recurrence, and venue.
Specify a featured image and category.
Click "Publish" to save the event.
Displaying the Calendar on Your Site
Shortcode
Create a new page named "Events" and insert the [eo_fullcalendar]
shortcode. Once published, this page will display the full calendar of events. Extend how your calendar displays by exploring different layouts, below.
Widget
Event Organiser offers widgets for displaying calendars, event lists, or venue lists. To add a widget:
Go to "Appearance" and select "Widgets."
Drag the "Events Calendar" widget to your desired widget area.
Choose the display type, such as a calendar or an agenda list, by configuring the widget settings.
Layouts
Display a monthly calendar
[eo_fullcalendar headerLeft='prev,next title' headerCenter='' headerRight='today month,agendaWeek']
Display a list of upcoming calendar events
Using a shortcode you can create many different display options. One of them is to create a list of upcoming events. In this case it will display 5 events. Paste this shortcode in a page to see the results:
[eo_events numberposts="5" showpastevents="false"] <a href="%event_url%">%event_title%</a> [/eo_events]
Display agenda buttons (day, week, month)
[eo_fullcalendar headerLeft='prev,next title' headerCenter='' headerRight='today month,agendaWeek']
Display category buttons
[eo_fullcalendar headerLeft='prev,next, today title' headerCenter='' headerRight=' category' ]
Required Reading: Support Scope and Disclaimer for third-party plugins