更换了知更鸟主题后发现,头像都不显示了,通过下面代码顺利解决:
在知更鸟主题,inc/function.php最后面增加文章源自IT老刘-https://itlao6.com/5135.html
//替换头像为loli cdn地址 function meow_get_ssl_avatar($avatar) { $avatar = preg_replace('/.*\/avatar\/(.*)\?s=([\d]+)&.*/','<img src="https://gravatar.loli.net/avatar/$1?s=$2" class="avatar avatar-$2" height="$2" width="$2">',$avatar); return $avatar; } add_filter('get_avatar', 'meow_get_ssl_avatar');
刷新下,头像出现了!文章源自IT老刘-https://itlao6.com/5135.html 文章源自IT老刘-https://itlao6.com/5135.html
我的微信公众号
微信扫一扫关注公众号,不定时更新
云南省昆明市 1F
这个模板还是漂亮的