Get WordPress image alt
<?php $thumb_id = get_post_thumbnail_id($post->id); $alt = get_post_meta($thumb_id, '_wp_attachment_image_alt', true); ?>