Pages

I want to add a page to the site but I don’t want it to show up in the nav bar, is there a way I can do this?

Thanks

Uncheck the ‘public’ button, it’ll only show when logged in.

Otherwise, do a search, there’s a few ways

Or you can delet this code from

core_navigarion.tpl

<?php echo $MODULE_NAV_INC;?>
1 Like

That just deleted the admin link, not the pages

That just deleted the admin link, not the pages

until then I copied the wrong code, but now corrected!

1 Like

Uncheck the ‘public’ button, it’ll only show when logged in.

Otherwise, do a search, there’s a few ways

Or you can delet this code from

core_navigarion.tpl

<?php echo $MODULE_NAV_INC;?>

Thanks guys