Where do I copy and paste this in my header php file in the root directory of my word press theme? Thanks, Karen <?php include(“Mobile_Detect.php”); $detect = new Mobile_Detect(); if (!$_SESSION[‘switched’] && !is_admin() && $detect->isMobile() && empty($_REQUEST[‘wptheme’]) && get_current_theme() != ‘My%20Mobile%20Page%20V3%20Wordpress%20Theme’) { $_SESSION[‘switched’] = true; header(‘Location: http://yourwebsiteurl.com?wptheme=My%20Mobile%20Page%20V3%20Wordpress%20Theme'); } ?>
Hi Karen,
Just replied to your comment on the item details page. Read there for the answers to your both questions.
Regards.
