File: /www/wwwroot/biographybirthday.com/wp-content/themes/bio/page.php
<?php get_header(); ?>
<div class="page-wrapper">
<div class="list-page static-page">
<div class="container people-list todays-birthdays">
<div class="row list-title-sub">
<div class="col-xs-12 text-center">
<h3 class="page-title"><?php the_title();?></h3>
</div>
</div>
<div class="row">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post();?>
<?php the_content();?>
<?php endwhile;?>
<?php endif;?>
</div>
</div>
</div>
</div>
<?php get_footer();?>