This is a Wordpress plug-in to automatically add subtitle-like captions to the images in your posts. The included stylesheet should take care of majority of cases. You can see it in action everywhere on Geekaholic, and on this page (images in post/page content only).
Requires the
jQuery framework.
The only customisation that you need to do is change the value of
$subtitler_body
in the plug-in file. It�s a comma-separated list of class names of containers with post content. For example, on Geekaholic, the classes I use for post bodies are the_body and body. So my list would be
the_body,body
(without the space).