Theatre WP

Theatre WP Install Statistics

-11
0%
Today: 0 Yesterday: 11 All-time: 9,947 downloads
Theatre WP Icon

Try plugin: Theatre WP

We'll create fresh WordPress site with Theatre WP installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Theatre WP

Management of Productions and Performances for Performing Arts Companies.

0


0


0


0


0

updated: 2 years ago
since: 10 years ago

Description

The plugin “Theatre WP” helps developers and designers who use WordPress to create websites for troupes and Performing Arts Companies.

Theatre WP is intended for designers and developers using WordPress to set up a performing arts company website.
This plugin provides productions and performances (gigs) management.

What does the plugin include?

  • Custom posts for Productions, Performances and Sponsors
  • Widget for upcoming Performances of a particular Show
  • Widget for upcoming Performances in general
  • Widget for Production Sponsors

Plugin benefits

  • Adapted to the basic needs of most Theatre Companies
  • Organized and well-structured information for Shows and Performances to facilitate their management and accessibility
  • Independent of the theme used in WordPress
  • Customizable
  • Translatable
  • Open to improvements and suggestions

ToDo

  • Hookable
  • A Sage Theme

Notes for developers/designers

There are six templates within the plugin as examples to use it in your custom theme:

  • single-spectacle.php # Single Show page
  • single-performance.php # Single Performance page
  • archive-spectacle.php # List of available Shows
  • archive-performance.php # List of available Performances
  • check-dates-form.php # To filter performances by date
  • taxonomy-format.php # Productions by category

You can copy the files located in includes/templates within the plugin directory to your theme’s directory and modify it to your liking.

Define TWP_THEME constant in your theme if using the templates to avoid duplicate content:

define( 'TWP_THEME', true );

Have a look into classes/theatrewp/class-theatrewp.php for functions to use in your templates.