![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
IP: 112.87.85.4
|
|||
|
|||
|
为每个分类指定不同的模板
<?php if(in_category('3')){ include(TEMPLATEPATH .'/cat3.php'); }else if(in_category('4')){ include(TEMPLATEPATH .'/cat4.php'); }else { include(TEMPLATEPATH.'/cat.php'); } ?> 为不同分类指定不同的样式表 <?php if(is_category('5')){?> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/cat-5.CSS" type="text/css" media="screen" />; <?php }else{ ?> <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="all" /> <?php } ?> 为不同的分类指定不同的图像 <?php if(is_category('4') ){?> <img src='<?php bloginfo('template_url');?>/images/new.gif' alt='' /> <?php }elseif(is_category('3') ){?> <img src='<?php bloginfo('template_url');?>/images/about.gif' alt='' /> <? } ?> |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Steps to Change Your Table Prefix in WordPress | Abby | WordPress | 0 | 2014-04-14 03:40 PM |
| Install WordPress on IIS | topvip | Blog(博客)/Wiki(维客)/RSS/Cms | 1 | 2010-01-25 08:31 PM |
| 让wordpress首页显示特殊页面(flash首页等) | yahoo | Blog(博客)/Wiki(维客)/RSS/Cms | 0 | 2009-02-25 06:58 AM |
| wordpress 搜索引擎优化的二十条实用技巧 | car | 搜索引擎优化 | 0 | 2008-03-11 08:33 AM |
| WordPress 中文包 | sunshine | Blog(博客)/Wiki(维客)/RSS/Cms | 0 | 2007-03-12 10:16 AM |