WP-Organizer

Easy to use plugin which allows users to fill in/post upcoming events which the plugin then automatically puts into a chronologically sorted overview.

Author:Andrew Mihaylov (profile at wordpress.org)
WordPress version required:2.7.1
WordPress version tested:2.9-rare
Plugin version:1.0.4
Added to WordPress repository:03-10-2009
Last updated:11-11-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://codeispoetry.ru/?page_id=3
Total downloads:2 326
plugin download
Click to start download

WP-Organizer is an easy to use plugin which allows users to fill in/post upcoming events which the plugin then automatically puts into a chronologically sorted overview. This is a simple plug-in without an archive support.

It’s usefull for websites where you need to circulate the list of upcoming events every week or month without saving all the previous events into an archive.

Usage

You can use HTML tags in your event description.

Use [WP-Organizer] shortcode in your post/page to add a list of chronologically sorted events to the page. You can add an upcoming events using the php lines:

$options = array(...);
echo wp_organizer_display($options);

Options

There is only one option in WP-Organizer at this time.

This is the choice between:

Limited display: Displays only the events for a user defined period (in days). Shortcode: [WP-Organizer limit=**] where ** is the number of days to be displayed For example: shortcode [WP-Organizer limit=14] will only display the events for the next 14 days to come. Show all: Displays all the events put in by the user(s) so far. Shortcode: [WP-Organizer]

The options are the same for shortcode and the php function, only the input method is different.

Customization

Since 1.0.3: You can use a default (bundled) CSS using an option on a settings page.

The plugin outputs HTML with different classes so it’s highly customizable through CSS, see default.css bundled with plugin.

See the WP-Organizer homepage for further information.