Hello
I am in the process of trying to convert my website to use couch but I've run into a problem with the menu.
I don't know how to output the menu as follows:
I am in the process of trying to convert my website to use couch but I've run into a problem with the menu.
I don't know how to output the menu as follows:
- Code: Select all
<div id="nav" class="menu"> <ul> <li class="dropdown"><a href="Page URL" title="Page Title">Page Title</a> <ul class="dropdown-menu" role="menu"> <li class="sm"><a href="Page URL" title="Page Title">Page Title</a></li> </ul> </li> </ul> </div>