在Wordpress中显示Author Gravatar(无插件)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Wordpress中显示Author Gravatar(无插件)相关的知识,希望对你有一定的参考价值。
Use in the WP loop.User's registered email account on WP must also be assigned to Gravatar.
<?php $author = get_the_author_email(); echo get_avatar( $author, 80 ); ?>
以上是关于在Wordpress中显示Author Gravatar(无插件)的主要内容,如果未能解决你的问题,请参考以下文章