SRO4 for WordPress

Automatically import your SRO4 events and sell them on your WordPress website.

This extension to the Theater for WordPress plugin automatically imports your events from SRO4 and shows them on your website. You can add additional information like texts or images directly inside WordPress. Tickets sales happen inside the default payment screens of eSRO.

Your events are automatically imported from SRO4
Your events are automatically imported from SRO4
Screen-Shot-2016-02-23-at-17.42.38
Add extra information about your event directly in WordPress

Installation

  1. Install the free Theater for WordPress plugin.
  2. Install the SRO4 for WordPress plugin.
  3. Enter your eSRO Base URL on the SRO4 tab in the Theater for WordPress settings.

Is anyone using it?

Definitely! Check out the websites of the Zaantheater in Zaandam and PSV in Eindhoven.

Ticketmatic for WordPress

Automatically import your Ticketmatic events and sell them through your website.

This extension to the Theater for WordPress plugin automatically imports your events from Ticketmatic and shows them on your website. You can add additional information like texts or images directly inside WordPress. Tickets sales happen inside the default payment screens of Ticketmatic.

ActiveTickets for WordPress

Automatically import your ActiveTickets events and sell them on your WordPress website.

This extension to the Theater for WordPress plugin automatically imports your events from ActiveTickets and shows them on your website. You can add additional information like texts or images directly inside WordPress. Tickets sales happen inside the default payment screens of ActiveTickets.

Screen-Shot-2015-06-17-at-16.10.14
Your events are automatically imported from ActiveTickets
ActiveTickets_Edit
Add extra information about your event directly in WordPress

Installation

  1. Install the free Theater for WordPress plugin.
  2. Install the ActiveTickets for WordPress plugin.
  3. Enter your username on the ActiveTickets tab in the Theater for WordPress settings.
  4. Send the IP number of your website to your contact at ActiveTickets so they can activate the import.

ActiveTickets

activeticketsActiveTickets is a popular ticketing solution in The Netherlands with solutions for theaters, music venues, movie theaters and festivals.

We work with Jeroen for a number of clients and he created a smart WordPress plugin for ActiveTickets. Perfect for venues. You can basically achieve great results on a small budget.

Arvid van Bokhorst, ActiveTickets

Is anyone using it?

Definitely! Check out the websites of Rotown in Rotterdam and Lingefilm in Geldermalsen.

Events Slider for Theater

Show your events in a touch enabled and responsive slider.

This extension for the Theater for WordPress plugin adds a new [[wpt_events_slider]] shortcode. Place it anywhere on your site to display a slider that looks like this:

Kijkwijzer in combination with the Events Slider extension.

 

FAQ

How can I choose which events are displayed?

You can use the same arguments as with the [[wpt_events]] shortcode to filter the events that are displayed. So to display your next 3 upcoming events:

[[wpt_events_slider limit="3"]]

Or just a category:

[[wpt_events_slider category_name="featured"]]

Or a fixed set of events:

[[wpt_events_slider post__in="12,13"]]

Or a only one slide per event:

[[wpt_events_slider mode="compact"]]

 

See the documentation for all options.

Events Grid for Theater

Show your events in a beautiful masonry grid.
Just like Pinterest!

This extension for the Theater for WordPress plugin adds a new [[wpt_events_grid]] shortcode.

Example

FAQ

How can I choose which events are displayed?

You can use the same arguments as with the [[wpt_events]] shortcode to filter the events that are displayed. So to display your next 10 upcoming events:

[[wpt_events_grid limit="10"]]

Or just a category:

[[wpt_events_grid category_name="featured"]]

Or a fixed set of events:

[[wpt_events_grid post__in="12,13,20,30,31"]]

See the documentation for all options.