Yes there is. I was looking for it last week and found this:
- Download Dan’s Plugin here
- Copy it to plugin folder
- Activate it
- To display the avatar add the command cmd_show_avatar() anywhere within the post or comment loops…
e.g. <?php if(function_exists(‘cmd_show_avatar’)){ cmd_show_avatar(); } ?>
That’s it!
Upload avatar in profily, your avatar
+ very easy to use
– You can set only one time the image width and height
– only usable in the loop at this time i think