<code id='9BFF5B4102'></code><style id='9BFF5B4102'></style>
    • <acronym id='9BFF5B4102'></acronym>
      <center id='9BFF5B4102'><center id='9BFF5B4102'><tfoot id='9BFF5B4102'></tfoot></center><abbr id='9BFF5B4102'><dir id='9BFF5B4102'><tfoot id='9BFF5B4102'></tfoot><noframes id='9BFF5B4102'>

    • <optgroup id='9BFF5B4102'><strike id='9BFF5B4102'><sup id='9BFF5B4102'></sup></strike><code id='9BFF5B4102'></code></optgroup>
        1. <b id='9BFF5B4102'><label id='9BFF5B4102'><select id='9BFF5B4102'><dt id='9BFF5B4102'><span id='9BFF5B4102'></span></dt></select></label></b><u id='9BFF5B4102'></u>
          <i id='9BFF5B4102'><strike id='9BFF5B4102'><tt id='9BFF5B4102'><pre id='9BFF5B4102'></pre></tt></strike></i>

          当前位置:首页 > WordPress评论决胜巅AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载峰国际版下载头像无法显示 解决gravatar头像被屏蔽 >

          WordPress评论决胜巅AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载峰国际版下载头像无法显示 解决gravatar头像被屏蔽

          来源 不相闻问网
          2025-06-18 07:06:55

          解决wordpress仪表盘头像错位

          另外,国内屏蔽了Gravatar,

          //评论头像gravatar显示function get_ssl_avatar($avatar) add_filter('get_avatar', 'get_ssl_avatar');

          代码中的链接地址http://cn.gravatar.com/也可以换成https://secure.gravatar.com/。如下图头像显示
          WordPress评论头像无法显示 解决gravatar头像被屏蔽-图片1

          <img alt="" data-original="http://0.gravatar.com/avatar/30d39126ec95ba3b703696e17c7432ab?s=54&amp;d=http%3A%2F%2F127.0.0.1%2Fwp-content%2Fthemes%2FGit-master%2Fimg%2Fdefault.png&amp;r=g" srcset="http://0.gravatar.com/avatar/30d39126ec95ba3b703696e17c7432ab?s=108&amp;d=http%3A%2F%2F127.0.0.1%2Fwp-content%2Fthemes%2FGit-master%2Fimg%2Fdefault.png&amp;r=g 2x" class="avatar avatar-54 photo" height="54" width="54" src="http://127.0.0.1/wp-content/themes/Git-master/img/default.png">

          可以看出0.gravatar.com,如下图:主要是width和height设置问题;将下面的代码添加到主题的functions.php保存即可解决gravatar头像撑破问题。把以下代码复制放到该文件中保存即可。1.gravatar.com等网址有时无法访问,在wordpress主题-外观-编辑中,决胜巅峰国际版下载AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载


          WordPress评论头像无法显示 解决gravatar头像被屏蔽-图片2

          /*** 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头像打不开解决方法,从WordPress4.2开始,这两个Gravatar头像地址都能访问。仪表盘的“活动”小工具的头像有的会出现撑破现象,这导致国内有的Wordpress网站头像无法显示。欢AG真人在线入口-APP下载安装IOS/安卓通用版/手机app下载g>决胜巅峰国际版下载迎交流。打开functions.php文件,

          安装wordpress主题后发现评论头像无法显示。

          这里介绍解决wordpress头像不能显示的一个方法。导致无法读取头像。因为wordpress程序属于国外,