#
March 23, 2013 at 4:32 am
I have this wordpress [here](http://bochdewi.co.uk/ysgol-y-berllan-deg/ “The Site”) and this code in the page.php file:
< ?php get_header(); ?>
< ?php the_post(); ?>
< ?php the_title(); ?>
< ?php the_content(); ?>
< ?php get_footer(); ?>
but instead of outputting the page it outputs the blog post. Please can someone help me here.