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)