Table of Contents
In the Learn Ghost theme, we have added a dynamic dropdown feature for navigation. This allows you to easily set up your site’s menu directly from the Ghost Admin panel.
How to Set Up Navigation
- Log in to your Ghost Admin panel.
- Go to Settings > Navigation.
- In the Primary Navigation section, add your main menu items. This menu appears at the top navbar of your website.
Example Navigation Structure
Home [has_child]
Home v1 [subitem]
Home v2 [subitem]
Home v3 [subitem]
About
Blog
- Add
[has_child]
next to any parent navigation item that has dropdown child items. - Child items should be listed as
[subitem]
under the parent.
Secondary Navigation
Ghost also supports a Secondary Navigation option, which you can set up similarly in the admin panel. However, the secondary navigation does not support dropdowns and is usually displayed in the footer area.