Tagged: featured image caption
Hey belugatinu1!
Thank you for using Enfold.
In the postslider.php file, look for this line:
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
Below, add this code:
$description = get_post(get_post_thumbnail_id())->post_excerpt;
if( !empty( $description ) ) {
$output .= '<div class="slide_entry_featured_caption">' . $description . '</div>';
}
Cheers!
Ismael