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.
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?
Plugin benefits
ToDo
There are six templates within the plugin as examples to use it in your custom theme:
single-spectacle.php
# Single Show pagesingle-performance.php
# Single Performance pagearchive-spectacle.php
# List of available Showsarchive-performance.php
# List of available Performancescheck-dates-form.php
# To filter performances by datetaxonomy-format.php
# Productions by categoryYou 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.