很多人在使用ZBLOG的时候不想让别人看到自己某个分类或者主题的文章,像个人日志、招聘分类等文章。zblog博客系统的文件基本都是以标签做为模板开发的。那么我们就要熟悉ZBLOG中显示文章列表的html文件。 
  进去ZBLOG的后台管理界面,用管理员账号登陆进去后,点击左边菜单中的:文件管理->THEMES->default->TEMPLATE。找到b_article-multi.html这个文件然后点编辑链接tbw
  在他的第一个div层 class=".."中加入postCate<#article/category/id#> 
例如: 
<div class="Post postCate<#article/category/id#>" id="post-<#article/id#>" style="padding-bottom: 40px;"> 接着在首页模板default.html 的<head>...</head>中加入 
<style>.postCate# {display:none;}</style> 
这里<style>.postCate# {display:none;}</style>的#根据你的要隐藏的分类改成ID数字 
分类ID可以在后台的分类管理查看(不是排序ID