Daniel
Daniel

Reputation: 534

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.

Upvotes: 1

Views: 670

Answers (1)

paulsbecks
paulsbecks

Reputation: 126

You can uncheck the menu checkbox in the pages panel.

menu unchecked djangocms

Upvotes: 3

Related Questions