I’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]