>
Download This Plugin | |
Download Elegant Themes | |
Name | UK Theatre Web |
Version | 0.2 |
Author | R M J Iles |
Rating | 0 |
Last updated | 2012-01-27 01:02:00 |
Downloads |
329
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
UK Theatre Web plugin added 22 bytes of resources to the Home page and 25 bytes of resources to the sample Post page.
UK Theatre Web plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! UK Theatre Web plugin ads no tables to your Wordpress blog database.This plugin provides access to UK Theatre Web's unique database of what's on information for the UK. Specialising in live performance (theatre, opera, dance, concerts) and exhibitions. The data includes details of productions, cast and venues and includes a searchable archive going back to the mid-1990s.
Ticket information is provided by the SeatChoice ticket finder service through affiliate links to checked and safe ticket agents and retailers - these affiliate links are explicitly labelled with the Ticket Supplier's details and capabilities. The SeatChoice engine searches all major suppliers and provides both live availability and price searches. Information is provided on offers, tickets, meal deals and theatre breaks. All ticket, offer and break details are provided though affiliate links to appropriate suppliers - it is hoped soon to be able to offer earnings-sharing with users of this widget.
The system operates in English, no translations of the database are available so no translations of the widget have been provided.
The widget can be dropped into your template and can be set to display a number of items
The title and content of each instance of the widget can be set in the admin area.
In the following examples, L327 (Phantom of the Opera) represents the Qtix code for the event. Qtix codes can be found from the listings pages on UKTW and may refer to a venue, work, production (tour) or listing (these terms are defined here.
All external links are target="uktw".
Display the title of a Qtix code
<?php echo ( uktw_qtix_tag( 'L322', 'title' ) ) ; ?>
Get the link to a Qtix code
<?php echo ( uktw_qtix_tag( 'L322', 'link' ) ) ; ?>
Combined example
<?php echo ( "<a href = '" . uktw_qtix_tag( 'L322', 'link' ) . "' >" . uktw_qtix_tag( 'L322', 'title' ) . "</a>" ) ; ?>
Additional template tags will be provided eventually, if required.