Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Both the plugin and editing the wp-config file didn’t work for me. What now? I’m supposed to launch my podcast in a week ??

    Anyone? I’m having the same problem. I have a php file in my theme folder and would like to insert an include tag on a page to access it.

    I’ve tried all sorts of paths :
    <?php include (TEMPLATEPATH . ‘/header2.php’); ?>
    <?php include (‘header2.php’); ?>
    <?php include (‘../header2.php’); ?>
    <?php include (‘../../header2.php’); ?>
    <?php include (‘../../../header2.php’); ?>

    …but nothing is dsiplayed. What is the proper path? Can WordPress (2.5.) even do this? I’ve done a search on these forums and it seems that no solution has been posted.

Viewing 2 replies - 1 through 2 (of 2 total)