[1] 安装插件EasyArchives并启用.
[2] 复制正在使用的主题文件page.php,另存为archivespage.php在文件最前面添加
<?php
/*
Template Name: Archives Page
*/
?>
[3] 将 <?php the_content(); ?> 代码替换为 <?php wp_easyarchives(); ?> ,同时可以删除一些没用的代码,比如:文章发表时间、作者、标签、分类等
[4] 将archivespage.php上传至主题文件夹目录
[5] 添加新页面时选择模板“Archives Page”,根据自己需要修改页面标题和缩略名进行发布。
抢沙发, 是一种境界~