在您的WordPress博客上检测移动访问者
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在您的WordPress博客上检测移动访问者相关的知识,希望对你有一定的参考价值。
include('mobile_device_detect.php'); $mobile = mobile_device_detect();
if ($mobile==true) {
header( 'Location: http://your-website.com/?theme=Your_Mobile_Theme' ) ; }
以上是关于在您的WordPress博客上检测移动访问者的主要内容,如果未能解决你的问题,请参考以下文章
PHP Wordpress - 检测移动设备访问您的站点
树莓派/Debian 构建LAMP Web服务器并搭建WordPress博客
PHP Wordpress阻止访问wp-admin - wpsnipp.com为您的博客提供Wordpress代码段
在您的网站上获取访问者位置的其他方法?
WordPress手机端插件——WPtouch
仅在WordPress中,菜单不会显示在移动主页上