Contact Us
Spalding
Address:
1-4 London RoadSpalding
PE11 2TA

$the_query = new WP_Query( 'page_id=14' );
while ( $the_query->have_posts() ) :
$the_query->the_post();
the_content();
endwhile;
wp_reset_postdata();
?>