WordPress简易主题样式切换程序
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress简易主题样式切换程序相关的知识,希望对你有一定的参考价值。
Easiest way to switch theme styles for WordPress demos.
//place in php tags above DOCTYPE declaration <?php //Set Default style $demo_style = "style"; //Retrieve Cookie (if exists) //Set Style $demo_style = $_COOKIE['your-theme-style']; } //Retrieve Style form URL //Set Style $demo_style = $_GET['style']; //Set cookie } ?> // Put stylesheet link in head <link href="<?php bloginfo('stylesheet_directory'); ?>/<?php echo $demo_style; ?>.css" rel="stylesheet" type="text/css" media="screen" /> //links in theme page http://www.yoursite.com/yourtheme/?style=style http://www.yoursite.com/yourtheme/?style=another_style http://www.yoursite.com/yourtheme/?style=yet_another_style
以上是关于WordPress简易主题样式切换程序的主要内容,如果未能解决你的问题,请参考以下文章
PHP WordPress条件为主页SlideDeck主题代码片段
markdown WordPress主题参考,如何,片段,存储库说明