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
Actually if anyone wants a non-code workaround to this, then here is a clunky solution.Just create a new Page Type of Menu Link. Set the Link parameter to External Link and set the url to the web root /Make this the parent of your other pages
// show the parent as non-linked headershow_menu2(1, SM2_ROOT, SM2_MAX, SM2_CRUMB|SM2_CURRTREE,'<h2>[menu_title]</h2>','','','',false,false); // then show the menushow_menu2(1,SM2_ROOT+1,SM2_CURR+1,SM2_TRIM|SM2_CURRTREE,'[li]<div class="bg_menu">[a][menu_title]</a></div>','</li>','[ul]','</ul>',false,false);