思路:建立页面,调用comments。

方法:

1、建立guestbook.php内容如下

<?php
/*
Template Name: GuestBook
*/
?>
<?php get_header();?>
<?php comments_template('/guestcomments.php');?>
<?php get_footer();?>

保存
3、添加一个页面,页面模板选guestbook.php,保存
4、复制comments.php文件,并改名为guestcomments.php

ps:guestbook.php可以自己设定想要显示内容,也可以复制page.php或single.php来改动。本站采用复制page.php在显示内容的地方加入评论
如果想倒序显示,即最新评论在最上面,需要在后台:设置 -> 讨论 中选中“在每个页面顶部显示评论”