• Apparently, I can’t use the RunPHP plugin (so I can have php scripts/etc) because I am missing the following code in my header.php – now I went there, and looked for the <body> tag to put it above there, but there isn’t one…. Help?

    <?php wp_head(); ?>

    URL: http://www.wordsonthewind.us/

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you do a File/ View Source on your browser menu bar and look at the code the browser is displaying you will see you indeed do have a <body> tag. Now you just have to find it. If it is not in your header.php file, see if any files are “Included” <?php include ('... in header.php, and if so, look in those subsidiary files until you find the body tag. Once you find it add <?php wp_head(); ?> before it.

    Thread Starter wordswind

    (@wordswind)

    Did that but now it still says “The plugin does not have a valid header.” 🙁

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

The topic ‘RunPHP Help’ is closed to new replies.