21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 199 Views |
-
Implementing third level menu

29 October 2012 at 10:45pm Last edited: 29 October 2012 10:46pm
I just started using SS today and quite happy with it until I found that there's no way I can see third level menu items at front end.
Some forum posts got talk about third level menu item but cannot find helpful one for beginners.Can anyone guide me how to implement to get third level menu in SS site? Thanks!
Aki
-
Re: Implementing third level menu

30 October 2012 at 1:49am
Just change Menu(1) to Menu(3).
SS3:
<ul>
<% loop Menu(3) %>
<li class="$LinkingMode"><a href="$Link">$MenuTitle.XML</a></li>
<% end_loop %>
</ul>For SS2 replace loop with control.
| 199 Views | ||
|
Page:
1
|
Go to Top |


