The purpose of this plugin is to to show a list of events with date, time, description, place, etc. on your site by using a shortcode. There are also admin sites available to access the plugin-settings and to manage the events.
Current Features
- beginning and end dates for multiple-day events
- Wordpress's WYSIWYG editor for the event description so you can include styled text, links, images and other media in your event list
- a duplicate function for events
- an possibility to view past events by year
The event list can be placed in any page or post on your Wordpress site. Just include the following short code where you want the calendar to appear:
‘[event-list]’
If you want to follow the development status have a look at the git-repository on github.
The easiest version of installing is to go to the admin page. There you can install new plugins in the menu Plugins -> Add new. Search for "Event List" and press "Install now".
If you want to install the plugin manually download the zip-file and extract the files into your wp-content/plugins folder.
How do I get a calendar to show up in a Page or Post on my site?
Insert the shortcode [event-list] in your page.
How do I use styled text and images in the event descriptions?
Event List uses the built-in Wordpress WYSIWYG editor. It's exactly the same process you use when creating Posts or Pages.
not available yet
0.2.0 (2012-09-29)
- adapted menu names to wordpress standard (similar to posts and pages)
- adapted event list table admin page to wordpress standard layout
- used wordpress included table view for admin event table
- added sort functionality in admin event table
- added bulk action delete in admin event table
- added status messages for added, modified and deleted events on admin page
0.1.1 (2012-09-24)
- fixed an issue with additional quotes after adding or editing an event
- fixed saving of wrong date when adding a new event
- fixed sorting of events when more events are at the same day
- added validation of data before saving to database
0.1.0 (2012-09-08)
- Initial release