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.