WordPress教程

WordPress 微信访问切换主题插件

阿里云

将下面的代码保存为 weixin.php 并上传到 wp-content/plugins 目录下
<?php
/*
Plugin Name: Weixin Switch Theme
Plugin URI: http://fatesinger.com/74958
Description: 切换微信主题
Version: 1.0.0
Author: Bigfa
Author URI: http://fatesinger.com/
*/
if( !function_exists('is_weixin') ) :
function is_weixin(){
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger') !== false ) {
return true;
}
return false;
}
endif;
function angela_switch_theme($theme){
if( is_weixin() ){
$theme = 'Bur';//主题文件夹名而不是主题名
}
return $theme;
}
add_filter( 'template', 'angela_switch_theme' );
add_filter( 'stylesheet', 'angela_switch_theme' );
?>

之后在插件后台激活即可。
激活后在微信中将自动启用 Bur 主题
如果当作移动主题使用则使用下面的代码
<?php
/*
Plugin Name: Mobile Switch Theme
Plugin URI: http://fatesinger.com/74958
Description: 切换移动主题
Version: 1.0.0
Author: Bigfa
Author URI: http://fatesinger.com/
*/

function angela_switch_theme($theme){
if( wp_is_mobile() ){
$theme = 'Bur';//主题文件夹名而不是主题名
}
return $theme;
}
add_filter( 'template', 'angela_switch_theme' );
add_filter( 'stylesheet', 'angela_switch_theme' );
?>

也想出现在这里?联系我们
创客主机

WordPress 微信访问切换主题插件

已有 663 人购买
查看演示升级 VIP立刻购买

收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!