How to Add Page Link on Blogger Main Navigation?

How to Add Page Link on Blogger Main Navigation?
main menu

This is simple problem but very troublesome  for new Blogger that they can't able to add Page link on Blogger Menu. Blogger has its own Page widget where all pages will include automatically. But using multiple widget make Blogger template slower.  But we can easily add Page menu link on Main menu. As a result we don't have to add extra Page widget. The following guidelines will be helpful for adding page menu link on Main menu.

I have created a Hire Us For Premium Services page in my blog. Now I will show you how to add the page link on main menu.

Finding the Blogger Page link

First of all we will get the page link. Just follow the below steps-
Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard ->Pages

Step 2 Mouse over on a Page you will see 4 options will appear. From there click on View link.


view page

Step 3 Now get the link from Browser. For my page I got link http://www.bloggerspice.com/p/hire-us-for-premium-services.html for Hire Us For Premium Services page. Simply Copy the link for further use.


link

Adding Link on Blogger Main Navigation (Menu)

Actually there are not any default blogger menu for user. So we have to use custom menu. I hope your template has already a Main Navigation or menu.

Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard

Step 2 Click on Now click on -> Template -> Edit HTML

Step 3 Now find the menu code from template  Generally you can get the menu key after closing </head> 

code.   In example You can see a main menu with few item. Now I will find the last item Error 404 by 

pressing Ctrl+F (Windows) or CMD+F (Mac) 


Error 404

Step 4 Now add the code like below for Hire Us For Premium Services page.

<li><a href='http://www.bloggerspice.com/p/hire-us-for-premium-services.html'>Hire Us</a></li>

page link

Step 5 Now click on Save Template button. And check your template to see page link on menu link.


hire us

This is really easy to add page link on main menu. Just remember that you have to add the page link  and title.
<li><a href='Page Link'>Page Title</a></li>
So replace the Page Link with your Blog Page link and replace Page Title  with your Blog page title. If you are not understand the tutorial then you can leave a comment below I will try to make you understand. Thank you. 
Go Up