WordPress评论一分赛车投注网站头像无法显示 解决gravatar头像被屏蔽【北京PK10投注】少花钱中大奖_PK10开奖直播_PK拾技巧

<img alt="" da
可以看出0.gravatar.com,
安装wordpress主题后发现评论头像无法显示。这导致国内有的Wordpress网站头像无法显示。
/*** 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头像打不开解决方法,打开functions.php文件,
这里介绍解决wordpress头像不能显示的一个方法。导致无法读取头像。
$$$一分赛车投注网【北京PK10投注】少花钱中大奖_PK10开奖直播_PK拾技巧站$$$解决wordpress仪表盘头像错位另外,欢迎交流。国内屏蔽了Gravatar,
//评论头像gravatar显示function get_ssl_avatar($avatar) add_filter('get_avatar', 'get_ssl_avatar');
代码中的链接地址http://cn.gravatar.com/也可以换成https://secure.gravatar.com/。这两个Gravatar头像地址都能访问。从WordPress4.2开始,