Hi,
I've separated the header and footer information from the _main.php (_header.php and _footer.php). This works fine with any top level page but any page children are rendered without the header and footer information. When I add includes to the blog-post.php, for example, and try refreshing the page the following error is returned:
The line of code being referred to is:
echo ukBlogPost(page());
Could this error be being generated because I am working locally using MAMP?
Any assistance would be greatly appreciated.