Menus

How base theme 2 uses menus

The base theme has two built in menu locations:

  • "Main Menu" location

  • "Top Menu" location

More menu locations can be added in code in your child theme, or with widgets.

Create menu content within Wordpress.

The "Main Menu" location is actually show in two locations:

  • As a top menu in the header.

  • As a fold-out menu, when you click on the Menu button.

You can use how many levels you need in the menu. The first level will show in the top menu in header, so please keep the top level around 5-7 items.

The first and second level will show in the fold-out location.

Third level or more will not show.

Top Menu location

The "Top Menu" location is the right part of the fold-out menu.

This menu can be useful for static pages like about-us page and things like that.

Custom menu locations

You can use Wordpress widget to embed menus in Boards and Sidebars, for example the footer or on a section page.

Theme developer can create custom menu positions if you develop a custom theme.

Configuration

Configuring header

Last updated