## 创建自定义文件 在当前使用的模板目录文件下创建t_commentlist.php,文件的具体位置为: `zb_users/theme/主题ID/template/t_commentlist.php` ## 代码 本页面的核心代码为: ~~~ {foreach $articles as $article} 留言的文章:{$article.Title} 留言的链接:{$article.Url} 留言内容:{$article.Intro} 留言发布时间:{$article.Time('Y年m月d日 h:i:s')} 分页:{template:pagebar} {/foreach} ~~~ 需要注意的是。此页面仅仅开发了以上几个标签。