Hello there,
Can you please share your website url?
Thanks,
Hello Tim,
AccessPress Mag Theme doesn’t have such features to show image caption for post’s featured image but it will works on gallery inside posts and pages.
Thanks,
Hi,
Are there any plans to include this feature in a future release ?
It’s a deal breaker for me (and no doubt others).
Tim
Hello there,
Okay we will think about this in future.
Thanks,
If anyone else has a need for this, edit the content-single php and ad the line with post_excerpt in it.
<div class=”post_image”>
<img src=”<?php echo esc_url( $image_path[0] ); ?>” alt=”<?php echo esc_attr( $image_alt );?>” />
<?php echo ‘<span class=”caption”>’ . get_post( get_post_thumbnail_id() )->post_excerpt . ‘</span>’; ?>
</div><!–.post_image–>