typecho文章倒序排列
修改typecho源文件一个
/var/Widget/Archive.php中第1260行
$select->order('table.contents.created', Typecho_Db::SORT_DESC)
修改为
$select->order('table.contents.created', Typecho_Db::SORT_ASC)
修改typecho源文件一个
/var/Widget/Archive.php中第1260行
$select->order('table.contents.created', Typecho_Db::SORT_DESC)
修改为
$select->order('table.contents.created', Typecho_Db::SORT_ASC)