Displays the avatar for a post's author, without having to hack it into the theme.
A simple plugin to display the avatar of a post author, without having to modify the theme to do so. Useful for a multisite installation, where users can’t edit themes and you want to be able to update themes without having to re-hack support for post avatars into place. Handy for educational class-blog sites, etc…
wp-display-avatars.php
to the /wp-content/plugins/
directory (or, just uplaod the whole display-avatars
directory)All it does is cause the author’s avatar to be displayed in the title of blog posts. It’ll use whatever avatar is supported by WordPress, and plays nicely with the Local Avatar plugin.