Don’t forget to take a backup of the file prior to any change. We won’t be able to help in case of data loss.
Please do the following.
1) Open wp-content/themes/januas/search.php
2) Search for the following: (around line number 69)
$args = array(
‘s’ => $text_s,
‘post_type’ => ‘ja-event’,
‘paged’ => $paged_s,
‘orderby’ => ‘meta_value’,
‘order’ => ‘ASC’,
‘meta_key’ => ‘januas_eventdata_startdate’
);
3) Change the ‘order’ => ‘ASC’, in the above code to ‘order’ => ‘DESC’,
4) Save the file.