Is there a way to include a processed page within another page?
E.g., in a template, we write $page_data = get_page( ... page ID here ... );
and we would like the page content AFTER its template has generated the content
So e.g., when we use
echo apply_filters('the_content', $page_data->post_content);
we only get the page content, we would like the whole page (wrapper, header, footer etc.)