Hello,
I am trying to set up a blog but i am stuck for a couple of hours now, and can't seem to get the solution myself.
I have a list with authors on my frontpage and i want to put a gravatar in front of de authors. Anyone who know how to do that? I have search this forum, but haven't found the answer unfortunatly....
This is the url of my log http://rk74.phpnet.us/wordpress/
or at least a start of it :-).
viitoria
Member
Posted 3 years ago #
Simply download the plugin and follow the instructions from over at Gravatar.com. Just insert the code after activating where you want the avatar and ta-da!
I have the plugin installed, but i don't know where to put the code. This is the code i use to get the authors:
<?php wp_list_authors
('show_fullname=0&optioncount=1&exclude_admin=0'); ?>
But where do i put the code so everyone gets his/her gravatar placed in front of their name?