本文来自鸟儿的博客:http://www.nobird.org/article/211.html
效果不是很理想,这样的话置顶文章在它的分类页里也看不到了,只能在首页看到~!
模板文件/TEMPLATE/b_article-istop.html
第一个DIV内容,加入<div class="post cate<#article/category/id#> auth<#article/author/id#>" id="istop">
红色部分为后加入的内容,不同的主题前面部分可能会不同。
然后到TEMPLATE/catalog.html
在head之间加入
<style>
#istop {display:none;}
</style>
评论 (0)