Hello,
First of all I am using 2.9.2 but there wasn't an option for that.
I am designing my third website using wordpress as the backend system. I've never had a problem with it until now.
I am including the
<?php
// Include WordPress
define('WP_USE_THEMES', false);
require('./news/wp-blog-header.php');
query_posts('showposts=3');
?>
code on all of the pages in the site to draw specific types of content to pages all over the site. It's working fine on my index page, but when I put the code in the interior pages, it wipes out all of my html and displays a blank page.
Index page (working): http://www.blankartists.com/test_site/
Interior page (not-working / blank): http://www.blankartists.com/test_site/releases/
If anyone has any ideas I would really appreciate it. As I've said I have never had this problem on any of the other sites I've made using the header function.
Thanks