cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Navigation

Additional Navigation

Hi

Not sure if this is the right thread, apologies if not.

 

I would like to create second level of naviation that show only on my shop landing page

 

TOP MENU

Home | about us | Shop | Contacts us

 

When you clik on shop it tkae to you to the shop landing page which then has a another navigation

Category 1 | Category 2 | Category 3 | Category 4 |

 

I would like to do this without a plugin

 

Any help would be appreciated

 

1 REPLY 1

Re: Additional Navigation

It sounds to me like you only want to show the category navigation on certain pages, and hide it on others. This is fairly simple to do with layout XML, but I can't really explain all the steps involved here. In a nutshell thiugh, your landing page and any other pages that should not show the navigation would have the following code within its layout handle:

 

<remove name="top.menu" />

Your web developer should be able to do this easily enough.