WordPress子比主题评论显示IP属地

最近看到站长也加了这个功能 但是他不发源码 好东西不分享 这怎么行 

看下面

首先下载文件压缩包,直接上传在wp-content/themes/zibll目录下并解压,再将show-useragent文件复制一份到网站根目录。

大家最爱的水蓝蓝:https://fangda.lanzouj.com/i6HuX08v6fxe

 

然后替换代码:

1.在wp-content/themes/zibll目录的 functions.php 添加两行代码

详情见图一

—————————-

include(“show-useragent/show-useragent.php”); // 显示访客信息

include(“show-useragent/ip2c-text.php”); // IP归属地和运营商查询功能

—————————-

 

2.将/wp-content/themes/zibll/inc/functions/zib-comments-list.php 51行的

 

return ‘<name class=”flex ac flex1″>

 

替换代码为以下内容

详情见图二

—————————-

$ip = convertip(get_comment_author_ip());

    return ‘<name class=”flex ac flex1″>’ . $user_name . $badge .'<span class=”badg badge badg-sm flex0 ml3″>’.$ip.'</span>’.'</name>’;

—————————-

 

3.完成上面那步后不要退出,然后搜索 $time_html

在第一个 //时间 下面直接替换代码

详情见图三

—————————-

$diqu = CID_get_comment_browser();

$diqu .= CID_print_comment_flag();

$time_html = ‘<span class=”comt-author”‘ . ($is_mobile ? ‘ data-toggle=”tooltip”‘ : ”) . ‘ title=”‘ . date(‘Y年m月d日 H:i:s’, strtotime($comment->comment_date)) . ‘”>’ . zib_get_time_ago($comment->comment_date) . ‘</span>’.'<span class=”comt-author” title=””>’.$diqu.'</span>’;

—————————-

 

效果图

 

1659840871599.jpg

 

1659840874006.jpg

1659840875719.jpg

1659840877261.jpg

 

原文地址:https://fendou.gqr5.cn/4393.html
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END
喜欢就打个赏呗
点赞2赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容