Skip to content

Configure menu in CMS

The menu of the site in CMS is formed as a hierarchical structure with categories, subcategories and items. This allows creating a convenient navigation, where each section can have nested sub-sections.

For each item, you can specify the path to the page — this is a special short and understandable string, which is called slug. Its system automatically forms during the creation of content (e.g. pages or articles).

- Home: about
- About us:
- Our story: /our_story
- Values: /values
- Team: /team
- Services: services
- Contacts: contacts

This format allows:

  • Create a convenient multi-level navigation on the site
  • Define the paths to pages using slugs created in the content manager
  • Easily change the order of items or add new ones — just changing the list structure

Tip: After saving changes in the menu, make sure that all slugs are correct and correspond to the actual pages of the website. Otherwise — the link may not work or lead to an empty page.