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:
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:
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 ).
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 ).
0 comments:
Post a Comment