post_excerpt; $description = get_post(get_post_thumbnail_id())->post_content; echo '
'; if ( isset($caption) && $caption ) echo '
'.esc_html( $caption ).'
'; if ( isset($description) && $description ) echo '
'.esc_html( $description ).'
'; echo '
'; ?>