如何向WordPress主题添加评论

如何为我的WordPress主题添加评论。我试过<?php comment_form(); ?>, 但不提供任何输出。我想念什么吗?


#1


只需添加以下行

<?php comments_template(); ?>

在你的single.php中要添加/显示评论模板的位置。这将在单个模板中添加/包括comments.php文件, 并确保你的主题文件夹中也提供comments.php。

你也可以使用Disqus wordpress插件, 这是一个非常不错的插件。

参考:Codex和教程。

来源:

https://www.srcmini02.com/63149.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_41966.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?