How to include a file from wp-content
-
Hello everyone, I’m trying to include a file that is located in my wp-content directory. I’m trying to include it in index.php that is located in wp-content/themes/mytheme/index.php and I can’t figure out how to include it. This is what I currently have:
<?php include(TEMPLATEPATH . "/wp-content/Temp_Engine.php"); ?>
But the system thinks that the file is in /wp-content/themes/mytheme/wp-content/Temp_Engine.php
and gives me an error. Anyone knows how to fix this?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to include a file from wp-content’ is closed to new replies.