Navigation & Menus
Primary Menu
One menu exists: Main Menu (slug: main-menu), assigned to the primary location.
| Position | Title | URL | Target |
|---|---|---|---|
| 1 | Recommendations | https://id86.net/recommendations/ | Same tab |
| 2 | GitHub | https://github.com/donnyaw/ID86-instant-documentation | _blank |
Header Search
- On non-front pages, a search icon (SVG from GeneratePress) appears in the header menu bar. Clicking it opens the Fuse.js command palette.
- On the front page, the header search trigger is hidden because the hero search bar is the primary entry point.
Implementation:
- The GeneratePress native search modal is removed via
remove_actioninfunctions.php. - The replacement trigger
data-id86-fuse-openopens the#id86-fuse-paletteoverlay. - Mobile responsive CSS hides the menu-bar-items search at appropriate breakpoints.
Mobile Navigation
- GeneratePress slideout navigation is enabled via GP Premium.
- On screens ≤ 1024px, the mobile hamburger menu toggle appears and menu-bar-items are hidden.
- On screens ≥ 1025px, the mobile-menu-control-wrapper menu-bar-items are hidden.
- Slideout panel has a close button (X icon) and displays the primary menu.
Page Structure
| Slug | Title | Purpose |
|---|---|---|
/ | Home Page 2 | Homepage with Elements |
/sample-page-2/ | (homepage alias) | Alternative homepage alias |
/recommendations/ | Recommendations | Affiliate tool recommendations |
/about-me/ | About Me | Author/about page |
/privacy-policy/ | Privacy Policy | Legal |
/blog-page/ | Blog Page | (unused) |
Category Page URLs
| Slug | Name |
|---|---|
/category/code/ | Code |
/category/devops/ | DevOps |
/category/english/ | English |
/category/seo/ | SEO |
Category pages use the GeneratePress archive template with the #Archive Post Layout and #Archive Title Elements.