给WordPress模板加入Gravatar支持~

WordPress 2.5开始就已经直接将Gravatar这个全球统一头像服务的API包含在里面了,然而vifix.cn使用的模板是为WP 2.1设计的古老模板,自然没有调用到这么高级的东西,所以今天加上了,效果嘛,见blog文的评论区吧~

只要在模板的comments.php加入:

<?php echo get_avatar( get_comment_author_email(), '60' );?>

(这其中,60为生成的头像的尺寸)

详细的可以参考这个文档:http://codex.wordpress.org/Using_Gravatars

上传自己的gravatar头像可以去http://www.gravatar.com

话说回来,目前在IE6下面的显示还有点奇怪,不高兴管了 orz
这年头,IE8都已经正式发布了 – v -

7 Responses

Leave a Comment

(Necessary)

(Necessary, will not be published)

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.