http://aroun-d.com/2012/06/08/3915/
ちなみに個別記事のページ(single.php)に画像を表示したい場合は、
以下の書き方で表示できます。(80はサイズ)
echo get_avatar(get_the_author_id(), 80);
http://aroun-d.com/2012/06/08/3915/
ちなみに個別記事のページ(single.php)に画像を表示したい場合は、
以下の書き方で表示できます。(80はサイズ)
echo get_avatar(get_the_author_id(), 80);