WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php show_menu2(2,0,1,true,'[a] [menu_title]</a> |', '', '', ''); ?>
<?php show_menu2(1, SM2_ROOT, SM2_START, false, false, false, '<ul id="header_menu" class="menu">'); ?>
<?php show_menu2(1, SM2_ROOT+1, SM2_CURR+1,true,'[a][menu_title][/a]','','','','',''); ?>
Navigation is one area where WB falls down since each page can only be in one menu.
Using the included Menulink
For example, it negatively affects your page load speed, which can reduce your SE ranking.
...but that creates a second page that links to the first page...
It still sounds like the best way is to have all in one WB menu and pull out just what's needed for each page menu.
Have you tried putting every page into one menu and then rooting the first two menus by page_id to get those.
<?php show_menu2(2,SM2_ROOT, SM2_START,true,'[a][menu_title][/a] &#8226; ','','','','',''); ?>
<?php show_menu2(0, SM2_ROOT+1, SM2_ALL, SM2_ALL|SM2_CURRTREE,'[a]<br /><span class="block"> &#9632; </span> [menu_title][/a]','','','','',''); ?>