Search code examples
pythondjangodjango-cms

Don't show home page in the navigation menu on Django CMS


I have a Django CMS site, and I want to display every page in the navigation menu, except for the home page, because it'll have a separate link elsewhere. How can I do it?

The pages I have are separated, no subpages or stuff like that.

And I'm currently displaying the menu using the show_menu tag.

Thanks.


Solution

  • You can uncheck the menu checkbox in the pages panel.

    menu unchecked djangocms