WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: apple on March 02, 2009, 05:43:00 PM
-
Hi, i just want 3rd level menu only showing on a specific area on my page. How do I call for 3rd level menu?
-
try:
<?php show_menu(1,3,1,true,.....OTHER CODE.......); ?>
The seccond number ,3, is the menu level you want to call..
I hope it helps..
-
try:
<?php show_menu(1,3,1,true,.....OTHER CODE.......); ?>
Hi, what do you mean by other code?
-
http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php#anker3
-
Cheers, doc. I got the answer now. :-D