=== ShiftThis | Image Captions ===
Contributors: shiftthis
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal%40shiftthis%2enet&item_name=WordPress%20Plugin%20Development%20Donation&no_shipping=0&return=http%3a%2f%2fwww%2eshiftthis%2enet%2f&no_note=1&tax=0¤cy_code=CAD&lc=CA&bn=PP%2dDonationsBF&charset=UTF%2d8¬ify_url=http%3a%2f%2fwww%2eshiftthis%2enet%2f
Tags: image, captions
Requires at least: 2.0.2
Tested up to: 2.1.3
Stable tag: 1.2
This plugin will create a caption under all Post & Page images using the image's alt text.
== Description ==
This plugin will create a caption under all Post & Page images using the images's alt text. Javascript dynamically puts the image in a div with the alt text as the caption below. The images title attribute is then removed for redundancy and the alt attribute is set to blank. Captions are not displayed if no alt text is present or if the alt text matches the image name (Wordpress’s default habit). It also dynamically switches the images align attribute to a float attribute on the div for proper web standards text wrapping. You can then style using the div's “caption” class and the containing span element.
== Installation ==
1. Upload the 'shiftthis-image-captions' folder to the 'wp-content\plugins' directory
2. Activate the plugin titled 'ShiftThis | Image Captions' through the 'Plugins' menu in WordPress
3. Enter your Image Captions within the WordPress image upload Title or manually add to the images alt property.
4. Style the image and caption using the .caption class and the span tag.
== How it works ==
In your WP text editor the image code generally looks something like this:
`
`
It will output on your website like this:
`
