Event Organiser Posterboard

Adds an 'event board' to display your events in a responsive posterboard.

Author:Stephen Harris (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:5.7.2
Plugin version:3.0.1
Added to WordPress repository:06-01-2014
Last updated:26-05-2021
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, %:80
Rated by:11
Plugin URI:http://www.wp-event-organiser.com
Total downloads:45 204
Active installs:2 000+
plugin download
Click to start download

Further documentation can be found at http://docs.wp-event-organiser.com/shortcodes/posterboard/.

Basic Usage

To display the event posterboard simply use the shortcode [event_board] on any page or post. Full width pages work best.

Advanced Usage

The shortcode supports the same arguments as the events list shortcode. This
includes the ability to display only a particular category, or events satisfying a certain query.

For example, to show events only for category “foobar”:

 [event_board event_category="foobar"]

To show events starting in the comming 7 days

 [event_board event_category="foobar"]

Most arguments supported by the [eo_events] (see documentation) shortcode will also work with
posterboard. Please note that posts_per_page should be used instead of
numberposts and the no_events attributes is not supported.

E.g. to show events which start this week (week starting Monday), three at a time:

 [event_board event_start_after="monday this week" event_start_before="sunday this week" posts_per_page=3]

Filters

You can add filters at the top of the event board to filter the events. Supported filters include:

For example

 [event_board filters="state"]

You can display multiple filters by listing them as a comma delimited list

 [event_board event_start_after="now" event_start_before="+1 week"]

You can edit the template used for the event board. See the FAQ.


Screenshots
FAQ
ChangeLog