Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
Hello, I just used this in the header.php of my wordpress site to make it compatible with IE8…and it works…any thoughts….?
<script>(function fix_ie8() {if (strpos($_SERVER,”MSIE 8″)) {header(”X-UA-Compatible: IE=7″);}}
add_action(’send_headers’,’fix_ie8‘))();</script>
this was put right before the </head> tag.