Feature Request: Image Caption
-
Hi!
Please consider adding the ability to display an image caption for the featured image. This can be used for displaying the appropriate image credit. Currently, I am adding the below code to content.php and content-excerpt.php, but I am not sure it is the correct approach.
<?php echo '<div class="wp-caption">' . get_post(get_post_thumbnail_id())->post_excerpt . '</div>'; ?>
Thanks!
Mike
- The topic ‘Feature Request: Image Caption’ is closed to new replies.