File: /var/www/html/wptrinityconsulting/wp-content/themes/finbuzz/template-parts/content-page.php
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ): ?>
<div class="entry-thumbnail"><?php the_post_thumbnail( 'finbuzz-size1' );?></div>
<?php endif; ?>
<div class="entry-content">
<?php the_content();?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'finbuzz' ),
'after' => '</div>',
'link_before' => '<span class="page-number">',
'link_after' => '</span>',
) );
?>
</div>
</article>