给博客增加归档页面
在站点的主题目录下,新建一个任意名称的php文件,我的命名为 archives.php ,文件内容为:
<?php
/**
* 文章归档
*
* @package custom
*
*/$this->need('header.php');
?& 阅读更多...