Re: [EasyMoblog] Reverse display order?
Status: Inactive
Brought to you by:
ubik77
|
From: Chris C. <ch...@ge...> - 2004-08-19 13:17:19
|
I would assume it would be in the mysql query in the include/libraries.inc.php file. You need to find: function posts_last ($howmany) In this function just change the query from: order by p.post_mail_date desc to: order by p.post_mail_date ASC That will do it. Chris- Just changed ORDER By Doug Taylor wrote: > Does anyone know how to reverse the moblog display order? So > basically the first entry of the day is at the top of the page and > each subsequent entry is below -- in chronological order? > > Thanks! > > Doug Taylor |