Just recently I run into a weird issue where a WP website of mine didn’t show header when viewed with IE8.
FixMyWP.com provided me with a simple fix where I had to add the following line of code into my themes function.php.
header("X-UA-Compatible: IE=EDGE");
IE8 is still having issues with HTML5 and thats a shame…
You must be logged in to post a comment.