Hello people..
I made a theme for my weblog, but it is still not compatible with Internet Explorer.
My question is really simple; how can I let Wordpress show a different theme when the visitor uses Internet Explorer?
Thanks in advance!
Fuzzy Logic
Hello people..
I made a theme for my weblog, but it is still not compatible with Internet Explorer.
My question is really simple; how can I let Wordpress show a different theme when the visitor uses Internet Explorer?
Thanks in advance!
Fuzzy Logic
Why create a whole different theme? Sort out the IE bugs by using a seperate stylesheet for the CSS that is causing problems in IE.
You can do that by using the following code in your header
<!--[if lte IE 6]><style type="text/css" media="screen">@import "<?php bloginfo('stylesheet_directory'); ?>/style_ie.css";</style><![endif]-->
where style_ie.css is your IE specific stylesheet. It's way more simple than making seperate themes.
Before my own theme, I used a theme that I downloaded from the internet.
Due to lack of time, I'm not sure if I will manage to sort out the IE bugs, but would like to give Fx users the opportunity to see the new theme.
So, does anyone have an answer to my question?
I would seriously suggest fixing the IE bugs before releasing a theme. I know it's a real pain in the *** but you should.
This topic has been closed to new replies.