Reputation: 534
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