Title: Event Organiser Posterboard
Author: Stephen Harris
Published: <strong>January 6, 2014</strong>
Last modified: May 26, 2021

---

Search plugins

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.

![](https://s.w.org/plugins/geopattern-icon/event-organiser-posterboard.svg)

# Event Organiser Posterboard

 By [Stephen Harris](https://profiles.wordpress.org/stephenharris/)

[Download](https://downloads.wordpress.org/plugin/event-organiser-posterboard.3.0.1.zip)

 * [Details](https://wordpress.org/plugins/event-organiser-posterboard/#description)
 * [Reviews](https://wordpress.org/plugins/event-organiser-posterboard/#reviews)
 *  [Installation](https://wordpress.org/plugins/event-organiser-posterboard/#installation)
 * [Development](https://wordpress.org/plugins/event-organiser-posterboard/#developers)

 [Support](https://wordpress.org/support/plugin/event-organiser-posterboard/)

## Description

**Further documentation can be found at [http://docs.wp-event-organiser.com/shortcodes/posterboard/](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](http://docs.wp-event-organiser.com/shortcodes/events-list).
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](http://docs.wp-event-organiser.com/shortcodes/events-list/))
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:

 * venue
 * category
 * city (_when installed with [Event Organiser Pro](http://wp-event-organiser.com/pro-features/)_)
 * state (_when installed with [Event Organiser Pro](http://wp-event-organiser.com/pro-features/)_)
 * country (_when installed with [Event Organiser Pro](http://wp-event-organiser.com/pro-features/)_)

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

[⌊Event posterboard⌉⌊Event posterboard⌉[

Event posterboard

[⌊Event posterboard⌉⌊Event posterboard⌉[

Event posterboard

## Installation

Installation and set-up is standard and straight forward.

 1. Upload `event-organiser-event-board` folder (and all it’s contents!) to the `/wp-
    content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Add the shortcode to a page.

## FAQ

### Can I change the content of the event boxes?

Yes. By default the plug-in uses the template found in `event-organiser-event-board/
templates`.
 Simply copy that template (`single-event-board-item.html`) into your
theme and edit it there. Please note that the template uses **underscore.js** templating.

### Can I disable/change the styling?

Yes, the following code in a plug-in/theme can disable (deregister) the stylesheet,
and (optionally) register a replacement:

    ```
    function my_custom_posterboard_styles(){
        //Deregister default styles
        wp_deregister_style( 'eo_posterboard' );

        //Optional, register "event-board.css" from your theme directory.
        wp_register_style( 'eo_posterboard', get_template_directory_uri() . '/event-board.css', array() );
    }
    add_action( 'init', 'my_custom_posterboard_styles', 999 );
    ```

Alternatively you can use the setting in _Settings > Event Organiser > General_ 
to disable all Event Organiser’s stylesheets. This may affect the
 performance of
some features if you do not provide your own styling in your theme.

## Reviews

![](https://secure.gravatar.com/avatar/52a7cf92ce4b61455c10aded5ecf734491a782941cf8ef9b9c3ed3a0e9cdff3c?
s=60&d=retro&r=g)

### 󠀁[Nice Plugin, But Seems to Have Been Abandoned](https://wordpress.org/support/topic/nice-plugin-but-seems-to-have-been-abandoned/)󠁿

 [donkiely](https://profiles.wordpress.org/donkiely/) December 13, 2019

Update: Rethinking this. Two stars is too harsh. The plugin really does work well,
and is a nice addition to the Event Organiser ecosystem. I really wish that we didn’t
have to repeatedly deal with security warnings from its age! Generally works well,
and is quite simple to use. Easily customized with CSS. But there have been no updates
for three years, so every security scan we run tags it as a potential problem. And
according to the wordpress.org plugin page, isn’t compatible with the 4.7 branch
of WordPress, including 5.x and later. I’ll happily change to 5 stars if it starts
getting an update at least every two years, and has its WordPress compatibility 
updated.

![](https://secure.gravatar.com/avatar/7dfcd546e689766818119e4d5ebc5d132f84fb879f469e09ca679e402d54c352?
s=60&d=retro&r=g)

### 󠀁[Excellent and very flexible](https://wordpress.org/support/topic/excellent-and-very-flexible-3/)󠁿

 [TiagoPires](https://profiles.wordpress.org/tiasch/) October 21, 2016

Very well documented and flexible to customise plugin.

![](https://secure.gravatar.com/avatar/b1dbc743be928f854dd37198b04fe9e374e893cd9be4a7a44f03145cf6d55b98?
s=60&d=retro&r=g)

### 󠀁[Nice plugin, but….](https://wordpress.org/support/topic/nice-plugin-but-15/)󠁿

 [yolandal](https://profiles.wordpress.org/yolandal/) October 20, 2016

I like the plugin and it’s working well, but the #link below is not working. How
can I remove this # link?

![](https://secure.gravatar.com/avatar/fd1d58ce44ef22dd5be33ba7dff3235101a6ab0102776b77dda7ccbd30c23405?
s=60&d=retro&r=g)

### 󠀁[Helpful display resource!](https://wordpress.org/support/topic/helpful-display-resource/)󠁿

 [Curtis](https://profiles.wordpress.org/salsafire/) September 15, 2016

Updated and working with info available to config the plugin. Thank you.

![](https://secure.gravatar.com/avatar/931f0eaedb212e5168988f7a1ca75fd14c9dc29c286c5993c8283ef5559ac41e?
s=60&d=retro&r=g)

### 󠀁[Works great! Minor bugs but…free!](https://wordpress.org/support/topic/works-great-minor-bugs-butfree/)󠁿

 [Pat Berg](https://profiles.wordpress.org/pat-berg/) September 3, 2016

Hello! I’ve tried at least 10 event manager ou calendar and this baby is the easyest
to use. It would be nice to be able to add custom fields in the event details. Also,
if there was a way to desable the time of the event to only have de date. I found
difficult to display the time of recurring events as it only showed the starting
time…

 [ Read all 11 reviews ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/)

## Contributors & Developers

“Event Organiser Posterboard” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Stephen Harris ](https://profiles.wordpress.org/stephenharris/)

“Event Organiser Posterboard” has been translated into 4 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/event-organiser-posterboard/contributors)
for their contributions.

[Translate “Event Organiser Posterboard” into your language.](https://translate.wordpress.org/projects/wp-plugins/event-organiser-posterboard)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/event-organiser-posterboard/),
check out the [SVN repository](https://plugins.svn.wordpress.org/event-organiser-posterboard/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/event-organiser-posterboard/)
by [RSS](https://plugins.trac.wordpress.org/log/event-organiser-posterboard/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.0.1 – 13th September 2016

 * Fixed a bug where the ‘Loading…’ text did not revert to ‘Load more’

#### 3.0.0 – 9th September 2016

For details on breaking changes and how to restore previous behaviour please see:
http://wp-event-organiser.com/blog/announcements/event-organiser-posterboard-3-0-
0/
 * Breaking change: Filter behaviour is now reversed * Breaking change: Mark-
up has changed, multiple posterboards on one page is now supported

#### 2.1.0 – 18th July 2016

 * Added support for translations
 * Added filter for the posterboard query and added context attribute
 * The featured image now links to the event
 * Added French translation

#### 2.0.1 – 6th April 2015

 * Fixed bug with `posts_per_page` attribute

#### 2.0.0

 * **Breaking change** (for those using customised templates): `<%= event_content%
   >` now displays the event
    content _not_ excerpt. Use `<%= event_excerpt %>` 
   instead.
 * Fixes grid not refreshed after images loaded (can cause board items to overlap).
 * Fixes `suppress_filters` not set to false in query.

#### 1.1.0

 * Supports query arguments. E.g. [event_board event_start_after=”now” event_start_before
   =”+1 week”]. See readme for details.
 * Allows stylesheet to be replaced/disabled (see FAQ)
 * Disables stylesheet if this option is set in _Settings > Event Organiser > General_

#### 1.0.2

 * Fixes bug on some installs where the “load more” bar does not appear.
 * Fixes rogue “dot” appearing
 * Added Hungarian translation (thanks to Daniel Kocsis).

#### 1.0.1

 * Renamed classes to use `eo-pb-` prefix.
 * Fixed bug where draft events appeared on the board.
 * Fixed bug where ‘load more’ would appear when there were fewer than 10 events.
 * Corrected documentation in readme

#### 1.0.0

Initial release

## Meta

 *  Version **3.0.1**
 *  Last updated **5 years ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.3 or higher **
 *  Tested up to **5.7.15**
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/event-organiser-posterboard/), [English (US)](https://wordpress.org/plugins/event-organiser-posterboard/),
   [German](https://de.wordpress.org/plugins/event-organiser-posterboard/), [Italian](https://it.wordpress.org/plugins/event-organiser-posterboard/),
   and [Swedish](https://sv.wordpress.org/plugins/event-organiser-posterboard/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/event-organiser-posterboard)
 * Tags
 * [Event](https://wordpress.org/plugins/tags/event/)[event-organiser](https://wordpress.org/plugins/tags/event-organiser/)
   [events](https://wordpress.org/plugins/tags/events/)[responsive](https://wordpress.org/plugins/tags/responsive/)
 *  [Advanced View](https://wordpress.org/plugins/event-organiser-posterboard/advanced/)

## Ratings

 4 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/?filter=5)
 *  [  6 4-star reviews     ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/)

## Contributors

 *   [ Stephen Harris ](https://profiles.wordpress.org/stephenharris/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/event-organiser-posterboard/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.wp-event-organiser.com/donate)