★ 1stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/d4advancedmedia/events/archive/refs/heads/master.zipWordpress Events Plugin A simple events plugin that includes an events calendar, events listings, Add To Calendar capabilities, and other essential event functions.
Adding Events:
Events are added via the Wordpress admin area. To create a new event:- Hover over the "Events" menu item and select "Add New".
- Add a Title (required) and Description.
- Set the Start Date and End Date in the Details section. It is important that you select start and end dates for all events. Events will default to the current date for the start and end date. If you leave either of these fields empty, then it will be filled in using the value from the other field. For example, if you enter 1/2/2017 as a Start Date, but leaves the End Date blank, the End Date will be set as 1/2/2017. It will also check to see if the End Date is later than the Start Date. For example, if the user enters 1/2/2017 as a Start Date, and enters 1/1/2017 as an End Date, the End Date will be set as 1/2/2017.
- Enter the Start/End times using the following format: 12:00pm.
- Select the Timezone for the event (this is used for the Add to Calendar feature). It will default to your current Wordpress timezone setting.
- Add a location. If you see an error code in this area, it means that you need to enable the Google Places API by adding the domain to the list of valid referrers.
- Add a registration link, if necessary.
- Set other options such as "Repeating" event options, if necessary.
- Add a Featured Image, if necessary.
- Add Files - this is useful for meetings and other events that have files associated with them.
- Publish the event! You can now view your event via the event permalink.
Creating a Calendar or List of events:
- Create a new page or post, and insert the events shortcode: [events]
- Add shortcode attributes. Note that most of these are for list-style only. Possible options include:
Name Options/Examples Description year ex: 2008 Sets the year of the calendar to display month ex: January Sets the month of the calendar to display category ex: Swim Meets,Swim Practice Comma separated list of Wordpress Event Category Names to display exclude_category ex: 128 Comma separated list of Wordpress Event Category IDs to hide agenda true/false Forces mobile view style calendar(default), list Displays the events either as a calendar or a list. Note that for now, repeating events only show up multiple times in calendar view. links true/false Choose to disable links to single event pages (usefull for meetings and similar event types files ex: agenda,minutes,other Comma-separated list of file categories to display. REQUIRED to display files in list view. range all(default), past, future Select which events to display. Helpful for showing only upcoming events or past events number ex: 3 Limit the number of events to display thumbnail_size thumbnail(default),medium,large,full Choose the featured image size to display in list view