I have a site that is done in HTML/PHP, mostly using static .html files.
I added a blog, and would like to grab the posts from it to display in the sidebar of the homepage.
I've followed this guide to do so.
The problem is its not working, and I'm not 100% certain if the correct wordpress file is being pointed to.
The blog is kept in a directory called wordpress.
So my statement looks like this:
require('wordpress/wp-blog-header.php');
Is there something wrong with this? Is there a way to check using chrome if the file has been found / loaded?
Thanks