alt attributes not showing on pages

alt="<?php echo get_post_meta($att, '_wp_attachment_image_alt', true); ?>"

This should do the trick. The alt of an image is set in a custom meta field called “_wp_attachment_image_alt”.

Leave a Comment