如何在page页面中添加留言功能

February 19, 2008 – 3:54 pm

在新生成的页面中,选中了允许评论,可是在前台的页面中无法显示。

原因:page页面的模板问题。

解决方法:找到模板文件page.php,在文件中找到

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<?php endwhile; endif; ?>

在上面的代码中间的合适位置添加如下代码:

<?php comments_template(); ?>

问题可以解决了,看我的留言板

http://he.nahesky.com/index.php/guestbook

Tags: , , ,

Post a Comment