阅读:3072回复:0
为wordpress添加本地头像功能代替Gravatar
[tr][td]目前wordpress网站几乎都是使用Gravatar全球通头像来关联用户头像的,但是由于Gravatar的服务器是在国外,国内经常由于某些XXX原因而连接不上,今天就来教大家使用代码将Gravatar头像半本地化,那么什么是半本地化呢?也就是通过用户的邮箱判断用户是否拥有Gravatar头像,如果拥有则使用Gravatar头像,当用户拥有本地头像且拥有Gravatar头像时,则优先使用本地头像。
<div class="dp-highlighter"style="box-sizing: border-box; font-family: 'Courier New', Courier, mono; font-size: 12px; border: 1px solid rgb(209, 215, 220); width: 824.65625px; overflow: auto; word-break: break-all; margin: 14px 0px; color: rgb(66, 68, 81); line-height: 28px; widows: auto; background-color: rgb(250, 250, 250);"> <ol class="dp-c"start="1"style="box-sizing: border-box; list-style: none outside none; margin: 0px 0px 1px 38px; padding: 2px; color: rgb(43, 145, 175);"><li class="alt"style="box-sizing: border-box; margin: 0px; padding: 0px 0px 0px 10px; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(209, 215, 220); line-height: 18px;"><span style="box-sizing: border-box; color: black;"> |
|