'post-top-featured') ); ?>
get_feature_position() && kadence()->option( $support_slug . '_feature_caption', false ) ) {
$caption = get_the_post_thumbnail_caption();
if ( ! empty( $caption ) ) {
echo '' . wp_kses_post( $caption ) . '
';
}
}
?>
current_post ) {
the_post_thumbnail(
'post-thumbnail',
array(
'class' => 'post-top-featured',
'alt' => the_title_attribute(
array(
'echo' => false,
)
),
)
);
} else {
the_post_thumbnail(
'post-thumbnail',
array(
'alt' => the_title_attribute(
array(
'echo' => false,
)
),
)
);
}
?>