You are invited to a secret wedding in Holy Trinity Goodramgate in the heart of York.
Discover the beautiful churchyard at Holy Trinity and hear some of Shakespeare’s most loved sonnets.
Meet the church’s most famous couple whilst enjoying a complimentary drink. As you witness the happy event, you may start to wonder: is everything quite what it seems?
York Shakespeare Project’s popular summer show returns to the city centre. There’s a new situation and a new collection of characters for you, each finding a way to share one of Shakespeare’s celebrated sonnets.
Price includes a complimentary drink.
Performances will run to about 60 minutes. The show is aimed at those aged 14+.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/