I'm trying to find a solution to embed a page within a page template. I found this code on the Internet. Obviously, this only adds the content of a page, not the whole page (including header/footer etc.)
<?php
$id = $redux_demo['special-errorpage'];
$p = get_page($id);
echo apply_filters('the_content', $p->post_content);
?>
Anyone an idea how to tweak the code to make it do what I want it to do?
As always, many thanks in advance.
IFRAMEtag for it. - Jenis Patel