大家最爱的水蓝蓝[滑稽]: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.php51行的
return'
替换代码为以下内容
详情见图二
----------------------------
$ip=convertip(get_comment_author_ip());
return'
----------------------------
3.完成上面那步后不要退出,然后搜索$time_html
在第一个//时间下面直接替换代码
详情见图三
----------------------------
$diqu=CID_get_comment_browser();
$diqu.=CID_print_comment_flag();
$time_html='
----------------------------
效果图