Integrating WordPress with site
-
Hi,
I am trying to integrate WordPress into my site, but I am having some issues. I try to have my index.php file point to my wordpress header by using this:
<?php
require(‘./path-to-your-blog/wp-blog-header.php’);
?>
but when I try to then view the page, I get the following error:
Warning: require(./wordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/reads/public_html/wordpress/wp-content/themes/reads/index.php on line 2Any suggestions?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Integrating WordPress with site’ is closed to new replies.