怎么让某一个文章分类不显示

2016-07-07 16:10 来源:www.chinab4c.com 作者:ecshop专家



我的文章类别有很多个,现在想让其中的一个文章类别,如ID为14,不显示在文章分类列表,该怎么操作呢?后台没有功能。

article_categories_tree.lbi 代码:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $article_categories} -->
<div class="module" id="category_tree">
<h1><span></span>{$lang.article_cat}</h1>
<div class="content">
<dl>
<!--{foreach from=$article_categories item=cat}-->
<dt><a href="{$cat.url}">{$cat.name|escape:html}</a></dt>

<!--{foreach from=$cat.children item=child}-->
<dd style="padding-left:10px;"><a href="{$child.url}" style="background-

image:none;">{$child.name|escape:html}</a></dd>
<!--{/foreach}-->

<!--{/foreach}-->
</dl>
</div>
</div>
<!--{/if}-->

回答:
哪位帮忙看看

楼上的不厚道

拖出去S拉S拉滴,嘻嘻……

还没有解决