请教高手如何让Ecshop首页显示公告 不显示最新文章

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

请教如何让Ecshop首页显示公告不显示最新文章
我的模板是coffee
最新文章代码是
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<div class="globalModule">
<h3>{$lang.shop_notice}</h3>
<div class="globalModuleContent">
{$shop_notice}
</div>
</div>
<div class="globalModule">
<h3>{$lang.new_article}</h3>
<div class="globalModuleContent">
<ul>
<!-- {foreach name=new_articles from=$new_articles item=article} -->
<li>[<a href="{$article.cat_url}">{$article.cat_name}</a>] <a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title|truncate:8}</a></li>
<!-- {/foreach} -->
</ul>
</div>
</div>


请问怎么修改谢谢了

回答:
什么意思啊?既然是不让显示,又把代码贴出来了?直接删除不就好了。

楼上正解!

9494,你直接删除就行了。