I'm wondering if anyone has come across this issue before. I am looking at a site for a company I recently started working for. They are using Word Press on the first page to post race stories unfortunately I have no experience of Word Press.
They are including the Word Press articles in the page by using this PHP
define('WP_USE_THEMES', TRUE);
include('./wp-blog-header.php');
Anyway the weird part is any HTML, in fact any code that I write below the Word Press never makes it into the code in the rendered page. It's almost as if Word Press eats my code. I think that the person who originally setup this site knew there was a problem as he placed part of his HTML into the Word Press footer.
Has anyone ever seen this kind of thing before? Any clues as to why this is happening?