php include not working in Header.php
-
Using WordPress MU.
I am trying to reference a file located in an individual blog’s blog.dir/files directory.
in header.php for the THEME, I added:
<?php include (get_bloginfo('url') . '/files/test.html'); ?>
I know it’s the right path and a direct link to it works. What am I doing wrong? I need to be able to include the TXT that’s in that file.
I’ll have this file in multiple blogs.dir/files folders.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘php include not working in Header.php’ is closed to new replies.