样式图:
![图片[1]-给个人中心和用户页头部添加靓号ID展示-小扎仙森](https://xzxs8.com/wp-content/uploads/2024/11/微信截图_20241125104623.png)
个人中心
修改位置/wp-content/themes/zibll/inc/functions/user/page.php文件
首先在后台自定义底部HTML代码出引入图标
<script src="//at.alicdn.com/t/c/font_4663829_62hxlzm8aqo.js"></script>
1、复制下面代码,搜索查找,并删除或注释掉该行
$info_html_flex1 .= '<div class="desc user-identity flex ac hh">' . $desc . '</div>';
2、复制下面代码,粘贴在刚刚的位置处
用户页
修改位置/wp-content/themes/zibll/inc/functions/zib-author.php
1、复制下面代码,搜索查找,并删除掉改行
$info_html .= $identity ? '<div class="user-identity flex ac hh">' . $identity . '</div>' : '';
2、复制下面代码,粘贴在刚刚的位置处
© 版权声明
THE END










暂无评论内容