WordPress评论ag电游游戏网址头像无法显示 解决gravatar头像被屏蔽大满贯

/*** WordPress 4.2 修复仪表盘头像错位* http://www.bokequ.com/310.html*/function fixed_activity_widget_avatar_style(){echo '<style type="text/css">#activity-widget #the-comment-list .avatar {position: absolute;top: 13px;width: 50px;height: 50px;}</style>';}add_action('admin_head', 'fixed_activity_widget_avatar_style' );
以上就是wordpress的评论头像 Gravatar头像打不开解决方法,1.gravatar.com等网址有时无法访问,如下图头像显示
<img alt="" da
可以看出0.gravatar.com,因为wordpress程序属于国外,
安装wordpress主题后发现评论头像无法显示。
//评论头像gravatar显示function get_ssl_avatar($avatar) add_filter('get_avatar', 'get_ssl_avatar');
代码中的链接地址http://cn.gravatar.com/也可以换成https://secure.gravatar.com/。从WordPress4.2开始,打开functions.php文件,
解决wordpress仪表盘头像错位
另外,
这里介绍解决wo大满贯trong>ag电游游戏网址rdpress头像不能显示的一个方法。把以下代码复制放到该文件中保存即可。欢迎交流。
本文地址:http://26hpk.xny028cc.com/model/7.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。