1
Ebola 2013-05-31 17:32:48 +08:00
is_category()
|
2
isudng OP elseif(is_category(2) ){ ?>
<h2 class="postLink"><a href="yugao#<?php the_title(); ?>" target="_blank" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php } 这样行? |
3
fyhqy 2013-05-31 18:10:15 +08:00 1
is_category() 这个是判断 分类页面的。
你这个是要判断文章的。你可以用 in_category() 来判断是否在这个分类里面 |
4
isudng OP @Ebola elseif(is_category(2) ){ ?>
<h2 class="postLink"><a href="yugao#<?php the_title(); ?>" target="_blank" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php } 这样行? |
5
jankan 2013-05-31 23:30:08 +08:00 1
|
6
isudng OP @Ebola
@fyhqy @jankan 已经完全解决: 在推荐列表中,如果这个推荐是活动,则跳转到活动列表中并滑动到这个推荐;如果这个推荐是活动预告,则跳转到活动预告页面并滑动到这个推荐.效果请看 http://www.itaoclub.com 在此谢谢你们的帮助.也邀请你们关注我网站的更新 |