1.wordpress主题没有评论功能
你这个没有看到你添加评论函数,
自然就没有文章评论喽。
在倒数第二行的上面添加以下代码,
<?php
if (function_exists('wp_list_comments')) {
comments_template('', true);
} else {
comments_template();
}
?>
应该就可以了。
希望帮到你了。
转载请注明出处51数据库 » wordpress点评主题
| 文章分类: |
|
上传中....