This plugin will create a caption under all Post & Page images using the image's alt text.
In your WP text editor the image code generally looks something like this:
<img src="http://www.yoursite.com/wp-content/uploads/someimage.jpg" alt="My image caption" title="My image caption" height="150" width="250" align="right" />
It will output on your website like this:
<div style="width: 250px; float: right;" class="caption">
<img src="http://www.yoursite.com/wp-content/uploads/someimage.jpg" height="150" width="250" /><br>
<span>My image caption</span>
</div>
Requires: 2.0.2 or higher
Compatible up to: 2.1.3
Last Updated: 2007-7-31
Downloads: 2,156




