For those who are curious, I’m changing the theme but this theme relies on CSS3 and HTML5 and displays very ugly in IE 8 or below. – Especially the navigation.
What I want to do is keep my old theme and use it for IE users only, I assume if this can be done for a mobile site, it can for IE.
Would it be easier to just get another WP installation and duplicate the content (What’s the easiest way to do this?).
Or is there a method, such as the mobile method to redirect users to that theme.
My plan was, create a second installation with the existing theme then somehow grab the content from the main site and add and IF code redirecting IE users. Is this possible, or is there an easier/ or simpler way?
maybe you can somehow use template redirect? I’m not too clear on how it works, but it may be worth investigating.
Edit– ok, I think I’ve figured it out. I haven’t tested this in the wild, so make sure it works first! You’ll have to make this a plugin, since once the theme is loaded it’s too late to pull the theme switch…
Edit2–
you could add another check for the presence of a GET variable if you wanted to let people switch via a link like: http://yourdomain.com/?IE_version
you could also use cookies to store the theme preference