Just tried adding what @akukskuks game me via the link but it seems to give back a blank page.
I am replacing the code in bold
<?php if (have_posts()) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php endwhile; // end of the loop. ?>
with
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
anybody have any ideas?