[php] include_once(“wp-content/themes/ktwosix/Mobile_Detect.php”); $detect = new Mobile_Detect(); if($detect->isMobile() || $detect->isTablet()) echo ‘
‘; else echo ‘
‘; [/php]
[php] include_once(“wp-content/themes/ktwosix/Mobile_Detect.php”); $detect = new Mobile_Detect(); if($detect->isMobile() || $detect->isTablet()) echo ‘
‘; else echo ‘
‘; [/php]