Sunday, August 7, 2011

In the section What to Edit After the Upload Template

Once you upload the template, your task is still unfinished. Youmust first edit the new template. For example, replace the defaultlink of the template. Or replace the navbar link. Then, how to edittemplates? It's easy. Follow the instructions from my
 


First
Sign In at Blogger
After you Sign In, Click Menu Design Then click the menu again EDIT HTML


Second
Once you open the menu EDIT HTML, Find the code is
To speed up the search using CTRL + F

<data:blog.title/> </ title>

Once you find the above code. Bottom of the code will have code like the one in the picture below




- Change the fill DESCRIPTION BLOG YOU with Your Blog Short Stories
- Change the Fill Keyword | Blog You the KEYWORDS that youspecify


Once replaced, the order will be like this


Third
To replace or add a navbar menu, find this code
As usual, to speed up the search, use the CTRL + F

<a href='http://testimoni-ritricks.blogspot.com' rel='nofollow'>Home </ a> </ li>

After the above code is found, replace the links that were therewith a link address of your blog.

To add a navbar menu, copy this code

<a href='#' rel='nofollow'> Title </ a> </ li>

and place it right under the code

<a href='http://testimoni-ritricks.blogspot.com' rel='nofollow'>Home </ a> </ li>

be a structure like this

<a href='http://testimoni-ritricks.blogspot.com' rel='nofollow'>Home </ a> </ li>
<a href='#' rel='nofollow'> Title </ a> </ li>


Description:
-Replace the # sign with your URL
-Replace Title with your URL

If so, click Save Template. And now you've finished template in the edit.

1 comment: