WordPressの記事とかにGravatarを表示する
6 / 10 / 2011
http://ja.gravatar.com/
<a href="<?php echo get_option('home'); ?>/author/<?php the_author() ?>/"><?php echo get_avatar( get_the_author_id(), $size = '96', $default = '<path_to_url>' ); ?></a>
こんな感じ
くわしくは
http://wpdocs.sourceforge.jp/Gravatar_%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9
Tags: Gravatar, WordPress








コメントする