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:
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.