Page 1 of 1

Testing for "Show in Menu"

Posted: Mon Sep 28, 2020 6:34 pm
by JamesT
What's the best way to test within a Page Template whether "Show in Menu" is enabled please?

Re: Testing for "Show in Menu"

Posted: Mon Sep 28, 2020 8:39 pm
by DIGI3
{$content_obj->ShowInMenu()} will return 1 if the page is set to show in menu, and nothing if it isn't.

Re: Testing for "Show in Menu"

Posted: Mon Sep 28, 2020 8:49 pm
by JamesT
Many thanks.