首页右击查看源代码,把分类那块复制了,在模板里相关标签处复制上,覆盖标签。
比如
<li><span class="feed-icon"><a href="http://yyld.net/blog/feed.asp?cate=3" target="_blank"><img title="rss" width="20" height="12" src="http://yyld.net/blog/IMAGE/LOGO/rss.png" border="0" alt="rss" /></a> </span><a href="http://yyld.net/blog/catalog.asp?cate=3">炮制铃丹<span class="article-nums"> (261)</span></a></li>
删了不想要的
<li><span class="feed-icon"><a href="http://yyld.net/blog/feed.asp?cate=3" target="_blank"><img title="rss" width="20" height="12" src="http://yyld.net/blog/IMAGE/LOGO/rss.png" border="0" alt="rss" /></a> </span><a href="http://yyld.net/blog/catalog.asp?cate=3">炮制铃丹</li>
覆盖到模板里的分类标签上。