Quote:
Originally Posted by kenwen
I had a request the other day to change the default display option to be:
last entry's date / descending
Any advice on how to do this?
|
You have to edit the journal.php file to do this.
Find ;
PHP Code:
$sort= "journaldate";
and change it to ;
PHP Code:
$sort= "lastentry_date";
Find ;
and change it to ;
PHP Code:
$order= "DESC";
There are two instances of each.