File: /home/redpsiju/public_html/wp-content/themes/bizworx/content-front-page.php
<?php
/**
* Template part for displaying posts
*
* @package Bizworx
*/
?>
<main id="main" class="site-main" role="main">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-content">
<?php the_content(); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'bizworx' ),
'after' => '</div>',
) );
?>
</div><!-- /.blog-post -->
</article><!-- /article -->
</main><!-- /.site-main -->