This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Super Simple Events

Description

Super Simple Events is an events plugin for WordPress, built to be easy to use and manage.

Features include:

  • Add events, set start / end dates, time and location.
  • Show event date before content in front end.
  • Assign event into event types
  • Hide past events
  • Widget to show upcoming events
  • Admin panel to configure settings
  • Shortcodes to display event meta

It is built using the WordPress coding standards, is designed to be very lite weight on system resources.

If you wish to follow the development of this plugin, view the code on
GitHub or the official plugin website.

Screenshots

  • Screenshot of an event on the front end with WordPress's default theme
  • Screenshot of list of events in admin panel.
  • Screenshot of admin settings

Installation

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘super-simple-events’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select super-simple-events.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download super-simple-events.zip
  2. Extract the super-simple-events directory to your computer
  3. Upload the super-simple-events directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

I can’t see the settings panel, where is it?

The plugin requires admin account to change the settings for this plugin. Please contact administrator.

I do not wish to display the event meta before the post content?

There is a setting in the admin panel that will remove the event details inserted before content.

Is there anyway of displaying event details within the content of the post?

Super simple events has a 4 shortcodes that can be inserted into content of post to display events details. These shortcodes are
[sse_start_date], [sse_end_date] , [sse_location], [sse_time]

I am getting 404 pages when I go to a event page, how do I fix this?

This is an issue with WordPress code and registering custom post types. The url rewrite engine doesn’t recognise the url. A work around is to go to Settings > permalinks and press save changes. Just by saving changes, it will flush the rewrite rules and events should display.

Reviews

Read all 4 reviews

Contributors & Developers

“Super Simple Events” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Super Simple Events” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.4

  • Translation for brazilian.

1.0.3

  • Bug fixes

1.0.2

  • Fix for taxonomy page being ordered by event date
  • Fix for international date format

1.0.1

  • Updated to plugin that stops people getting 404 pages when going to events pages.

1.0.0

  • First Release