====== Django-cms Menu ====== * http://django-cms.readthedocs.org/en/latest/reference/navigation.html * http://django-cms.readthedocs.org/en/latest/how_to/menus.html * http://stackoverflow.com/questions/6182120/django-multiple-menus ===== Navigation ===== Dynamic topic based navigation using category. E.g., the navigation show menu for different category in blog app. This is done by using blog menu. A more generic solution is preferred. show_menu_below_id If you have set an id in the advanced settings of a page, you can display the submenu of this page with a template tag. For example, we have our blog page that is not displayed in the navigation and that has the id "blog":