/ Published in: PHP
This will put a page directly into your page template.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $id = 1; // page ID to display $p = get_page($id); echo apply_filters('the_content', $p->post_content); ?>