I'm on 2.6.2 and using Get-Some theme from wordpress hacker. About two hours ago, the site went weird on me and now the style sheet is not being called up. I checked the source, and the href= links are not pointing to my site as they should, but to my feedburner url.
As an example:
<link rel=”stylesheet” href=”http://www.gamblerman.com/Blog/wp-content/themes/get-some/style.css” type=”text/css” media=”screen” />
now shows:
<link rel=”stylesheet” href=”http://feeds.feedburner.com/Gamblerman/wp-content/themes/get-some/style.css” type=”text/css” media=”screen” />
I've downloaded the theme and main wordpress php files and have gone through them all and none of them show any changes. I re-uploaded the theme phps, and it still is doing it.
You can see it here: http://www.gamblerman.com/Blog/index.php
How do I fix this without doing a new install?
Thanks for any and all help!