Cinema for WordPress

Add details such as Director | Country | Year | Duration to your movies.

This extension to the Theater for WordPress plugin adds input fields that are essential to cinemas. Simply choose which fields you’d like to use on your website, and where to show them.

Choose which fields you'd like to use
Choose which fields you’d like to use
Enrich your productions with cinematographic details
Enrich your productions with cinematographic details
Show the cinema details where you like:In the title, above the content, below the content, or in the sidebar using a widget
Show the cinema details where you like:
In the title, above the content, below the content, or in the sidebar using a widget

Installation

  1. Install the free Theater for WordPress plugin.
  2. Install the Cinema for WordPress plugin.
  3. Choose which fields you’d like to use on your website, and where to show them.

Cinemas

Check out the other extensions for cinemas, for example the Timetable extension.

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.