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