Display past tour dates events
Please open this file: /sonorama/inc/functions.shortcodes.php
Go to line 166, with the code look like below:
array( 'key' => '_jellythemes_event_date', 'value' => $today, 'compare' => '>=', 'type' => 'date' ) ),
Then change the compare value like below:
array(
'key' => '_jellythemes_event_date',
'value' => $today,
'compare' => '!=',
'type' => 'date'
)
),
Please check your website now.