schneider159
New Member
I'm getting a really weird bug on WordPress. I used the following code to import a stylesheet into my template (Which I have used on hundreds of other themes and had no issues);\[code\]<link rel="stylesheet" href="http://sambeckham.com/wp-content/themes/sambeckham/style.css" media="screen" />\[/code\]But for some reason WordPress spits out;\[code\]<style media="screen" data-href="http://sambeckham.com/wp-content/themes/sambeckham/style.css">Styles in here</style>\[/code\]The styles all load fine so I hadn't noticed it till now but I really don't want them in the page. Has anyone ever come across this issue before?The weirdest thing is that there are 3 stylesheets on this page and the other two link absolutely fine.