Setting Up Navigation Menu
A guide to setting up the navigation menu in your blog header using HTML code.
How to Create & Install
Step 1: Generate Menu Code
- Open Menu Generator Tool
- Enter the menu name and destination URL
- Add submenus if needed
- Click Generate to create the code
Step 2: Install to Blog
- Copy the generated code
- Open Layout in Blogger dashboard
- Find the "Navigation Menu Code" widget → click Edit
- Paste the code in the Content section
- Click Save
Implementation Example:

Menu Structure
Simple Menu (Without Submenu)
Home | About | Contact | ProductsMenu with Submenu
Home | Categories ▼ | About | Contact
├── Technology
├── Business
└── LifestyleTips for Creating Menus
| ✅ Good Practice | ❌ Bad Practice |
|---|---|
| 4-6 menu items | More than 8 items |
| Short names (1-2 words) | Long names (>3 words) |
| Maximum 5 submenu items | Too many submenus |
| Valid & accessible URLs | Broken / 404 URLs |
Types of Menu Links
| Type | Example URL | Description |
|---|---|---|
| Homepage | / | Main page |
| Static Page | /p/about.html | About, Contact, etc. |
| Label/Category | /search/label/Technology | Posts by category |
| External Link | https://example.com | Other websites |
FAQ
Menu not showing?
- Make sure the "Navigation Menu Code" widget exists in Layout
- Make sure the "Visible" option is checked
- Make sure the code is pasted correctly
Submenu not working?
Make sure the HTML code structure is correct. Use the generator tool to avoid errors.
Can I edit manually without the tool?
Yes, but you need to understand HTML. The generator tool is easier and prevents errors.