To reverse the order of events on search page:
1) Copy januas/search.php to januas-child
2) Open januas-child/search.php
3) Around line number 70, you can find:
‘order’ => ‘ASC’,
4) Change this to:
‘order’ => ‘DESC’,
5) Save the file.
To reverse the order of events on search page:
1) Copy januas/search.php to januas-child
2) Open januas-child/search.php
3) Around line number 70, you can find:
‘order’ => ‘ASC’,
4) Change this to:
‘order’ => ‘DESC’,
5) Save the file.