Skip to content
Epiktetos Theme1.0.0
1.0.01 min read

Navigation Menus

Configure the menu locations registered by Epiktetos.

Epiktetos registers two WordPress menu locations.

Registered locations

Location keyLabel
primaryPrimary Navigation
footerFooter Navigation

Default menu seeding

After the theme is switched on, Epiktetos seeds default menus only when the corresponding location is empty.

The default primary menu attempts to include Home, Topics, About, and Contact. The default footer menu attempts to include About, Topics, and Contact.

If the pages do not exist, menu items are only created where usable page targets are available.

Manual setup

  1. Go to Appearance > Menus.
  2. Create or edit a menu.
  3. Assign it to Primary Navigation or Footer Navigation.
  4. Save the menu.
  5. Confirm the header and footer reflect the expected links.

Template usage

The header template part calls [epiktetos_header_nav]. The footer template part calls [epiktetos_footer], which includes footer navigation output as part of the footer renderer.

Related articles