温馨提示:本文最后更新于
2024-11-25 18:01:14
,某些文章具有时效性,若有错误或已失效,请在下方留言样式图:
个人中心
修改位置/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
暂无评论内容