';
the_post_thumbnail( '', array( 'class'=>'img-fluid' ) );
echo '';
$thumbnail_id = get_post_thumbnail_id();
$caption = get_post($thumbnail_id)->post_excerpt;
if (!empty($caption)) {
echo '
' . esc_html($caption) . '';
}
}
} ?>
' %title ',
'next_text' => ' %title ',
'in_same_term' => true,
));
wp_link_pages(array(
'before' => '',
'after' => '
',
));
?>