lisamiltonbayer
2/24/2017 - 1:31 PM

Wordpress - Pull Page Content into Theme

Wordpress - Pull Page Content into Theme

<?php $id=47; $post = get_page($id); echo $post->post_content;  ?>