for some reason you have your footer code above your header check your header.php file
This is what my header.php file looks like… I’m don’t see a footer code in there…
[Code moderated as per the Forum Rules. Please use the pastebin]
I’m noticing the same problem with the header and footer with other wordpress sites:
http://www.gsmni.com/tag/resume-for-information-management/
http://www.roanokefreepress.com/?p=12261
http://teedhosting.com/t2p/sports/
I hope this helps…I would like to resolve this ASAP.
There’s something in your template. May be in index.php. Could be hacked.
It seems like <?php start_template(); ?> line is trying to load something to header and footer and instead gets default pages of some service. May be footer.php has different php function that tries to do the same. Anyway, check code in your templates, check where start_template declared and what it actually doing. I’ve searched in wordpress docs and I found nothing about this function, that’s why I think it should be declared somewhere in template.
I checked the index.php, header.php, and footer.php files and compared them to the original theme php files and they are exactly the same. Is there anyone who can help me?
I checked the index.php, header.php, and footer.php files and compared them to the original theme php files and they are exactly the same. Is there anyone who can help me?
Looks like you have sorted the problem out as I do not see it any more.
yes, I just reinstalled the theme, thanks!