Hi, I am interesting in statement for mobile devises. There is a default function in WP for iPhone, iPad, etc. $is_iphone. I wondered what about another mobile devises such as Android, etc.? Authors, what functions do you use for responsive layouts?
Pixelous said
Hi, I am interesting in statement for mobile devises. There is a default function in WP for iPhone, iPad, etc. $is_iphone. I wondered what about another mobile devises such as Android, etc.? Authors, what functions do you use for responsive layouts?
i would use a mobile device class, sitebase released an awesome one on codecanyon i made into a plugin for shortcodes [is_android] content [/is_android] so only that content is shown to android devices, also can call the function directly.
is_kindle, is_ipad, etc
