Not show pages in menu
-
ikatt
Not show pages in menu
Is there a way to not show pages created in the menu per default, without having to uncheck the "Show in Menu" -box in the Options tab every time? I would much rather that those who edit/add pages to the site must actively choose to show a page in the menus.
-
cyberman
Re: Not show pages in menu
You can try this:
Go to file admin/addcontent.php line 259
and change it to
Go to file admin/addcontent.php line 259
Code: Select all
$contentobj->SetShowInMenu(True);Code: Select all
$contentobj->SetShowInMenu(False);