WP Help
WP Help
Out of context: Reply #8
- Started
- Last post
- 13 Responses
- acescence0
oh, wait, i think i know what it is. the path to blog header has to be the path on the server's internal filesystem, not the web path. something like /var/www/html/blog/wp-blog-heade...
if this is just being used on the front page, you can make it relative..
'./blog/wp-blog-header.php'
note the dot in front.