如何从magento顶级菜单中删除类别而不从侧栏移除

时间:2016-03-10 12:45:07

标签: php magento navigation magento-1.9

我想知道从magento顶部导航栏中删除或隐藏类别的方法。因为我使用的是magento 1.9.2.4。请指导我。我只想删除导航栏中的类别链接

2 个答案:

答案 0 :(得分:0)

Magento管理员可以选择“在导航中显示”。 它在

之下
Catalog > Manage Categories > category-name > General Information > Include in Navigation Menu*

enter image description here

希望这有帮助!

答案 1 :(得分:0)

你可以试试这个

<catalog_category_layered>
 <reference name="left">
  <remove name="catalog.leftnav" />
  <block type="catalog/navigation" name="catalog.leftnav.categories" after="currency" template="catalog/navigation/left.phtml"/>
  </reference>
</catalog_category_layered>