WP Manifestindependent plugin directory
manifest / events / events

D4 Events

Wordpress Events Plugin

by D4 Adv. Media · github.com/d4advancedmedia/events · website

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.zip

Wordpress 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:
  1. Hover over the "Events" menu item and select "Add New".
  2. Add a Title (required) and Description.
  3. 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.
  4. Enter the Start/End times using the following format: 12:00pm.
  5. Select the Timezone for the event (this is used for the Add to Calendar feature). It will default to your current Wordpress timezone setting.
  6. 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.
  7. Add a registration link, if necessary.
  8. Set other options such as "Repeating" event options, if necessary.
  9. Add a Featured Image, if necessary.
  10. Add Files - this is useful for meetings and other events that have files associated with them.
  11. Publish the event! You can now view your event via the event permalink.

Creating a Calendar or List of events:

  1. Create a new page or post, and insert the events shortcode: [events]
  2. Add shortcode attributes. Note that most of these are for list-style only. Possible options include:
    NameOptions/ExamplesDescription
    yearex: 2008Sets the year of the calendar to display
    monthex: JanuarySets the month of the calendar to display
    categoryex: Swim Meets,Swim PracticeComma separated list of Wordpress Event Category Names to display
    exclude_categoryex: 128Comma separated list of Wordpress Event Category IDs to hide
    agendatrue/falseForces mobile view
    stylecalendar(default), listDisplays the events either as a calendar or a list. Note that for now, repeating events only show up multiple times in calendar view.
    linkstrue/falseChoose to disable links to single event pages (usefull for meetings and similar event types
    filesex: agenda,minutes,otherComma-separated list of file categories to display. REQUIRED to display files in list view.
    rangeall(default), past, futureSelect which events to display. Helpful for showing only upcoming events or past events
    numberex: 3Limit the number of events to display
    thumbnail_sizethumbnail(default),medium,large,fullChoose the featured image size to display in list view