2022 WP子比主题评论IP属地显示,网站搭建
导读:网站搭建网站搭建 我看没人发就想做第一个 首先下载文件压缩包,直接上传在wp-content/themes/zibll目录下并解压,再将show-useragent文件复制自助建站技术技术猫建站。
我看没人发就想做第一个
首先下载文件压缩包,直接上传在wp-content/themes/zibll目录下并解压,再将show-useragent文件复制一份到网站根目录。
然后替换代码: 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″>
替换代码为以下内容 详dede手机模板情见图二 —————————- $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();dede网站模板 $diqu .= CID_print_comment_flag(); $time_html = ‘<span class=”comt-author”‘ . ($is_mobile ? ‘ data-toggle=”tooltip”‘ : ”) . ‘手机模板dede 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>’;
1.下载依赖文件:https://cloud.189.cn/t/Jn6nmu6Zb6vy (访问码:94my)
声明: 本文由我的SEOUC技术文章主页发布于:2023-07-23 ,文章2022 WP子比主题评论IP属地显示,网站搭建主要讲述属地,主题,IP网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_35052.html