judders
Forum Replies Created
- Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsHow do I change the above code to display all the details for past events?
thanks
Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsI’ve now adapted code from another post and it displays the past credits but not the venue etc information, like the current ones
This is the code
[wpt_events start_after=”now” paginateby=”month” “year” ]{{thumbnail|permalink}}
<h3>{{title|permalink}}</h3>
{{remark}}{{venue}}{{city}}
{{tickets_url}}[/wpt_events]
<hr />
<h2>Previous credits</h2>
[wpt_productions end_before=”now” paginateby=”month” “year” ]{{thumbnail|permalink}}
<h3>{{title|permalink}}</h3>
{{remark}}{{venue}}{{city}}
{{tickets_url}}[/wpt_productions]Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsthanks for your help
Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsThanks but
That’s not working for me
https://www.tmdtesting.co.uk/credits
using
<br />
<hr />
<br />
<h2>Previous Credits</h2>
[wpt_productions end_before=”now” paginateby=”year”]{{remark}}{{venue}}{{city}}
{{tickets_url}}[/wpt_productions]Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventshow do I combine that shortcode with the following? {{remark}}{{venue}}{{city}}
{{tickets_url}}thankls
Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsGreat – thanks for the speedy response.
I’m using to show a light designer’s credits. So there’s shows he’s working on that are on now, ones he’s working on that are on in the future, and the past ones.
Forum: Plugins
In reply to: [Theater for WordPress] Displaying past eventsThis is an example of what I’d like to produce