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
Hi All,I have found the answer...In the show_menu2 v4.8 module code in the file 'include.php' I commented out the following and it works like a dream now (i.e. Hidden pages NEVER show on the menu)include.php:line#529: $sql = str_replace('hidden', 'IGNOREME', $sql); // we want the hidden pagesSimply comment this line out and it works as you would expect with hidden pages.