我要删除/隐藏
“ 你的个人资料照片将在你的个人资料和整个网站中使用。如果你的帐户电子邮件中有Gravatar, 我们将使用它, 或者你可以从计算机上载图片。”【如何从Buddypress个人资料中删除Gravatar消息】来自BuddyPress个人资料照片上传部分的消息。
有人可以帮忙吗?
#1转到:src / public_html / wp-content / themes /(主题名称)/buddypress/members/single/profile/change-avatar.php, 并删除以下代码。可能是25到29行
<
figure class="callout-blockquote light">
<
blockquote>
<
p>
<
?php _e( 'Your profile photo will be used on your profile and throughout the site. If there is a <
a href="http://gravatar.com">
Gravatar<
/a>
associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' );
?>
<
/p>
<
/blockquote>
<
/figure>
推荐阅读
- 如何从Word的Astra主题内的标题导航中删除链接()
- 九九乘法表——脚本
- LFS 系列从零开始 DIY Linux 系统(构建临时系统 - GCC-4.9.2 - 第2遍)
- DevOps笔记(脑裂对系统可用性的影响)
- Jenkins部署笔记
- Java多线程开发|volatile与伪共享问题
- linux中core dump开启使用教程
- 使用ansible批量推送秘钥
- python——一步步教你用pyganme完成贪吃蛇小游戏(简易初版)