nironan12
Member
Posted 4 months ago #
I want easy PHP browser detection to detect if the user if viewing the Wordpress site from the iPhone/iPod Touch. If the use is, than switch to a mobile theme. I know there is a plugin that does this called "WPTouch" but I can't customize it. I just want to switch themes.
You could try the "MobilePress" plugin which allows for custom themes.
nironan12
Member
Posted 4 months ago #
I don't want a plugin, just a simple way to change themes depending on the browser with PHP.
You might consider reading this article I found by a google search of "conditional css browser". Here is the link: http://css.weblogsinc.com/2006/07/24/conditional-css-not-just-for-ie/
It may provide some direction for you to work from.