I would like to create a simple dropdown menu for CMS pages as there are main pages and then sub pages
For example I have
ABOUT US
- sub category item
BIKE FITTING
- Road Bike fitting
- Mountain Bike fitting
SERVICING
- Kind of service 1
- Kind of service 2
etc
These are all CMS pages and I've created a sub category level in category management - I am new to Magento...so please excuse me if this is ridiculous
<?php $_menu = $this->getHtml('level-top') ?>
<?php if($_menu): ?>
<nav id="nav">
<ol class="nav-primary">
<?php echo $_menu ?>
</ol>
</nav>
<?php endif ?>
1 Answer 1
This free extension can help you sort it out
answered Jan 29, 2016 at 18:22
phanvugiap
7891 gold badge5 silver badges14 bronze badges
-
This seems to only add shop/product pages into the dropdown? I need the dropdowns to include CMS/Information pages?Sofi Smith– Sofi Smith2016年02月01日 14:58:21 +00:00Commented Feb 1, 2016 at 14:58
-
Please follow this guide add static page to main menuphanvugiap– phanvugiap2016年02月02日 02:15:56 +00:00Commented Feb 2, 2016 at 2:15
-
@phanvugiap this link is not working update new url2018年06月08日 12:03:44 +00:00Commented Jun 8, 2018 at 12:03
default