kcroakeJRD
4/11/2016 - 2:30 PM

alt-feature-thumbnail

alt-feature-thumbnail

$img_id = get_post_thumbnail_id($post->ID); 
$image = wp_get_attachment_image_src($img_id, $optional_size); 
$alt_text = get_post_meta($img_id , '_wp_attachment_image_alt', true);

$perm = get_permalink($post->ID);