Hello,
This site I’m working on is http://www.granitezone.co.uk/blog
I am trying to get a wordpress blog to load within the that sites design.
When I replace “trying to get blog to show here” with my script I get this error:
Parse error: syntax error, unexpected T_STRING in blog/index.php on line 5
Here is the script:
[php]<?
include ("???.php");
$content .= ““define(‘WP_USE_THEMES’, true); require(’./wp-blog-header.php’);””;
//$content .= "
trying to get blog to show here
"
//This grabs the OR template and puts in all the above content
$output = GrabItAll($content, “…/template.html”);
//Output everything to the browser.
echo $output;
?>[/php]
I appreciate any help you can give me.