Wordpress - Pull Page Content into Theme
<?php $id=47; $post = get_page($id); echo $post->post_content; ?>