If you want to add a caption to the thumbnail generated from the featured image, go to the loop and
replace
<?php the_post_thumbnail(); ?>
with this:
<?php the_post_thumbnail(); echo get_post(get_post_thumbnail_id())->post_excerpt; ?>
Walrus Web Works