王尘宇王尘宇

研究百度干SEO做推广变成一个被互联网搞的人

Typecho首页不显现某分类

Typecho首页不显现某分类


<?php while($this->next()): ?><?php if($this->category != "cateslug"): ?>//一般输出轮回<?php endif; ?><?php endwhile; ?>

背景设置首页输出条目数量多一点,比方10条。

<?php $temp = 1; while( $this->next() ):?>    <?php if( $this->category != 'category'):?>        <?php if( $temp &gt; 5) break; $temp++;?>        // your theme code    <?php endif;?><?php endwhile;?>

code中的5是要输出的数量。


相关文章

评论列表

发表评论:
验证码

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。