in the installation the author lists where to put the php functions to display the image,
New template tags introduced are:
* userphoto_the_author_photo()
* userphoto_the_author_thumbnail()
* userphoto_comment_author_photo()
* userphoto_comment_author_thumbnail()
The first two should be placed in the posts loop
near the_author(), and the second two in the comments
loop near comment_author() (or their respective equivalents).
Furthermore, userphoto_the_author_photo() and userphoto_the_author_thumbnail() may be called anywhere
(i.e. sidebar) if $authordata is set.
What files are the "posts loop" and the "comments loop" in? I have looked in a number of my theme files, as well as the include files and could not find a function with the names as listed above. Thanks!