Tutorial
1. How to Install a custom template in Blogger?
2. How to Show or Hide or Auto Hide "Navbar Blogger"?
3. How can I edit the Navigation Menu link of my template?
4.How to Set SEO for Meta Title, Keyword and Description?
5. How to display the last posts or comments on the sidebar?
6. Can I remove the Credit link for the template?
Configure Meta tags
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below codes :
Replace DESCRIPTION HERE,KEYWORDS HERE as below.
DESCRIPTION HERE:Write your blog description
KEYWORDS HERE:Write the keywords of your blog separated by comma.
How To Configure Favicon:
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :
Now Replace "YOUR-FAVICON-URL" with your Favicon address/url.
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below codes :
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
Replace DESCRIPTION HERE,KEYWORDS HERE as below.
DESCRIPTION HERE:Write your blog description
KEYWORDS HERE:Write the keywords of your blog separated by comma.
How To Configure Favicon:
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :
<link href='YOUR-FAVICON-URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Now Replace "YOUR-FAVICON-URL" with your Favicon address/url.
How to Install a custom template in Blogger?
1.Download a template file (Zip / Rar) and unzip. (Screenshot 1)
2. Log in to Blogger.
3. Go to "Layout" under "Dashboard". (Screenshot 2)
4. Click "Edit HTML" under "Layout". (Screenshot 3)
5. Don't forget for backup your old template. (Screenshot 4)
6. Find and Upload the new Blogger template. (Screenshot 5)
6. If a warning: Your new template does not include
the following widgets, click "KEEP WIDGETS". (Screenshot
6)

5. Finish, Enjoy your new blog design.
↑ Back to TOP
How to Show or Hide "Navbar Blogger"
Before erasing navbar blogger (Navigation Bar), it’s better if I inform that
this method is one of the Blogger TOS violation. If you still want to erase it,
you can use the script below:
Hide Navbar:
#navbar-iframe { display:none}
Show Navbar:
#navbar-iframe { display:block }
Auto Hide:
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
How to do:
In the Edit HTML page, put the code above under the code <b:skin><



