Managing Menus
Menus define your site’s navigation structure. Each menu contains multiple items that can link to pages, URLs, or have nested sub-items.
Creating a Menu
Section titled “Creating a Menu”- Go to Basic Info → Menus
- Click Create
- Fill in the basic fields:
Menu Fields
Section titled “Menu Fields”| Field | Required | Description |
|---|---|---|
| Title | Yes | Menu name (e.g., “Main Navigation”) |
| Slug | Yes | Unique identifier |
| Description | No | Internal notes |
Adding Menu Items
Section titled “Adding Menu Items”After creating a menu, open it and go to the Items tab:
- Click Create item
- Fill the item fields:
Menu Item Fields
Section titled “Menu Item Fields”| Field | Required | Description |
|---|---|---|
| Title | Yes | Link text |
| URL | Yes | Link destination |
| Open in | No | Same tab or new tab |
| Parent | No | For nested dropdown menus |
| Order | No | Position in the menu |
| Sub-items | No | Nested child links |
![Menu Items - Placeholder for screenshot showing nested menu structure]
Nested Menus
Section titled “Nested Menus”Create dropdown menus by setting a Parent item:
Main Navigation├── Home├── Services│ ├── Web Development│ ├── Design│ └── Consulting├── About└── ContactReordering Items
Section titled “Reordering Items”Drag and drop items in the list to change their order. Changes are saved automatically.
Best Practices
Section titled “Best Practices”- Keep top-level navigation items to 5-7 for usability
- Use clear, action-oriented labels
- Organize related pages under dropdown menus
- Test navigation on mobile devices
- Keep menu depth to 2 levels maximum