[Fixed]-How can I add a href link to another page in DjangoCMS index page

1👍

Instead of manually writing the menus yourself, you should use the {% show_menu %} template tag in django CMS.

If you need to have non-CMS menu nodes too, look at how to extend the menu in django CMS.

👤ojii

Leave a comment