Alright.. that’s making a LOT more sense.. I’m still just a bit confused though..
I understand that I need to add the loop, so I add in all the code and then I get a “fatal error” that says:
Fatal error: Call to undefined function: get_header() in /site_address/blog.php on line 6
At the top of the page I wish to integrate the blog into I put:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘site_address/blog/wp-blog-header.php’);
?>
..and it still gives the fatal error.. any ideas? Thanks a ton guys ??
-Jonathan