How can I edit the Navigation Menu link of my template?

1. Most templates have a menu that can only be changed from the HTML ( Dashboard → Layout → Edit HTML ). In many cases the code to look for is:

Just find the similar code like this:

<li><a href='/'>Home</a></li>                                                              
<li><a href='#'>About</a></li>                                                             
<li><a href='#'>Post RSS</a></li>                                                          
<li><a href='#'>Comment RSS</a></li>                                                       
<li><a href='#'>Edit</a></li>                                                              

For set link on Menu, your just find a code like this href='#' and change symbol # with link what you want.

Or, if you find the similar code like this:

<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>                     
<li><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts RSS</a></li>        
<li><a expr:href='data:blog.homepageUrl + "feeds/comments/default"' >Comments RSS</a></li> 
<li><a href=' # '>Edit</a></li>                                                            


There you can change the expr:href=' # ' with your own links: href=' mylink ' . Also see the instructions in your template for more information.


2. Some templates include a gadget to edit the menu directly from the Dashboard ( Dashboard → Layout → Page Elements ).
Share on Google Plus

About Akhlaq ahmed khan

The Administrator of this blog Akhlaq Ahmed Khan, He is an Associate Engineer From GCT Karachi Pakistan. He provide in this blog given things Online Store | Sultani Helper, Online Read Books, Download Books, Download Software, Download Games, Download Mobile Application and Games, Registration keys For Software and Products, Online Earning Methods, Templates, widgets, Tips & Tricks, Blogger, International Radio Channels, International TV Live Streaming and Help Forum for visitors.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment