Alt attribute display in content?
-
I’m looking to display the ALT text as a caption within the content, below the image; something like this:
<?php if ( !empty(get_post(get_post_thumbnail_id())->post_excerpt) ) : ?> <p class="post-image-caption"> <?php echo get_post(get_post_thumbnail_id())->post_excerpt; ?></p> <?php endif; ?>Is this possible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Alt attribute display in content?’ is closed to new replies.