Return to Snippet

Revision: 22107
at January 2, 2010 22:04 by daveonkels


Initial Code
include('mobile_device_detect.php');
$mobile = mobile_device_detect();

if ($mobile==true) {
  header( 'Location: http://your-website.com/?theme=Your_Mobile_Theme' ) ;
}

Initial URL
http://www.wprecipes.com/how-to-detect-mobile-visitors-on-your-wordpress-blog

Initial Description


Initial Title
Detect mobile visitors on your WordPress blog

Initial Tags
wordpress

Initial Language
PHP