付费节点推荐
免费节点
节点使用教程
效果地址:https://m.bcoderss.com/2021/09/10/%e7%be%8e%e5%a5%b3-524/


源码下载
使用方法:
将下载的源码文件解压,上传到主题目录下,目录为 comment/comment.php,comment/comment.php,comment_function.php,如下图所示:


使用代码编辑器打开functions.php 文件,添加代码
include(‘comment/comment_function.php’);

再找到文章详情页文件:一般为 single.php , 添加代码
<?php include(“comment/comment.php”);?>

这时文章页面右下角就会出现评论
