Author Image Plugin For WordPress
The author image plugin for WordPress lets you easily add author images to posts and articles on your site:

It creates a widget that you can insert in a sidebar, or much about anywhere if using any of the Semiologic or Semiologic Reloaded themes.
Alternatively, place the following call in the loop where you want the author image to appear:
<?php the_author_image(); ?>
Lastly, browse Users / Your Profile in the admin area, upload an image file, and you're done.
Download
Installation Notes
To make use of this plugin, your wp-content folder must be writable by the server (chmod 777).
Minimum Requirements
- WordPress 2.0
- The usual server requirements
Frequently Asked Questions
Image Style
You can use .entry_author_image CSS class to customize where and how the image appears. The CSS used on this site, for instance, is the following:
.entry_author_image
{
float: left;
border: solid 1px outset;
margin: 1.2em 1.2em 0px .1em;
}
Overriding CSS Floats
When displaying wide videos, images or tabular data, it becomes desirable to bump the content below the author's image. To achieve this, insert the following code in your post:
<div style="clear: both;"></div>
HELP ME!!!
The Semiologic forum is the best place to report issues. Please note, however, that while community members and I do our best to answer all queries, we're assisting you on a voluntary basis.
If you require more dedicated assistance, consider using Semiologic Pro.
Tags: author image
