I have a custom field that grabs an image but I then would like the Caption or Alt tag for that image that was upload through the wp media option
<img src="<?php $key="right_col_img"; echo get_post_meta($post->ID, $key, true); ?>" alt="****how can I echo the alt tag for this image*****" /></div>