Hello,
Hopefully this is the right forum to post this on. I'm trying to include a few of the latest WP posts on an external homepage. The homepage is in the root folder of the website and WordPress is in it's own directory. I'm using WordPress 3.8.1 with a Twenty Thirteen child theme.
I've checked out the "Integrating WordPress with Your Website" codex page and as suggested there, I am using the following PHP to grab the header:
<?php
require('wp/wp-content/themes/bcv/header.php');
?>
But all it does is remove everything within the body and header tags so it gives me a blank page. If I change the path, it gives me an error saying no such file is found.
You can see what I'm talking about here:
http://www.berrycreekvet.com/home.php
What am I doing wrong?
Thanks in advance.