$tag) { $tag_link = get_tag_link($tag->term_id); if ($key === end($keys)) { echo '#'.esc_html($tag->name).''; } else { echo ' #'.esc_html($tag->name).', '; } } ?>
'; the_post_thumbnail('', array('class' => 'img-fluid')); echo '
'; $thumbnail_id = get_post_thumbnail_id(); if ($thumbnail_id) { $thumbnail_post = get_post($thumbnail_id); if ($thumbnail_post) { $caption = $thumbnail_post->post_excerpt; if (!empty($caption)) { echo '' . esc_html($caption) . ''; } } } } } ?>
'
%title', 'next_text' => '%title
', 'in_same_term' => true, )); wp_link_pages(array( 'before' => '', )); ?>