wordpress网页PC端与移动端适配,移动访问自动跳转
//PC端与移动端网页适配,移动端访问自动跳转
add_action( 'wp_head', 'redirect_to_mobile' );
function redirect_to_mobile(){
echo '<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>';
echo "\n";
echo '<script type="text/javascript">uaredirect("http://m.el0310.com'.$_SERVER['REQUEST_URI'].'");</script>';
echo "\n";
}20160409第一版
<< 上一篇