wordswind
Member
Posted 2 weeks ago #
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/
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.
wordswind
Member
Posted 2 weeks ago #
Did that but now it still says "The plugin does not have a valid header." :(