1.0.01 min read
Navigation Menus
Configure the menu locations registered by Epiktetos.
Epiktetos registers two WordPress menu locations.
Registered locations
| Location key | Label |
|---|---|
primary | Primary Navigation |
footer | Footer 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
- Go to Appearance > Menus.
- Create or edit a menu.
- Assign it to Primary Navigation or Footer Navigation.
- Save the menu.
- 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.