How I made an awesome blogger template from scratch?

How I made an awesome blogger template from scratch? 1

Have you seen my first blog The blog about success? This is my first blog and it’s still on blogger(blogspot) platform. The template is the basic Minima template from blogger and I customized it to look more professional. Blogger templates are cool and fast loading when you make some modifications with it. Most of the time we bloggers look for free blogger(wordpress looking) templates. These are cool but complicated.

I used a wordpress template when BlogKori was in blogspot platform. The template was complicated for google search bots to crawl and that’s why google had only 3 pages indexed from my blog and the homepage was not in their index!

This is why I recommend blogger(blogspot) users not to use complicated wordpress like templates. Now let’s see how we can create a professional looking blogger template from scratch.

Getting started

Lets start with the basic Minima template. Create another test blog from your account and make all of those experiments inside that blog.

mak2

Removing the blogger navigation bar

This is one element why we don’t like to use default themes. You can remove the blogger navigation bar. Go to blogger dashboard > Layout > Edit HTML. Now search this code,

]]></b:skin>

Now add this code before/above the code,

#navbar-iframe {height:0px;visibility:hidden;display:none}

So the results will look like this. Save template.

#navbar-iframe {height:0px;visibility:hidden;display:none}
]]></b:skin>

Header image

Now if you upload an image as the blog’s header, it will look messy because of those borders. Now we have to remove those borders.

mak3

Again go to your blog’s HTML and search this part,

mak4

Now if you want to change the width of your blog’s header image, then change the value. Change two of the values of margins from 1px to 0px. This will remove those borders.

Top navigation links

I’ve added extra navigation links like Home, About, Popular articles etc.

mak7

If you want to do this, then go to Layout and “add a new widget“; select “HTML/Java script

mak5

and then add the following,

<p>
<a href="http://the-address.com">Link 1</a> |
<a href="http://the-address.com">Link 2</a> |
<a href="http://the-address.com">Link 3</a> |
<a href="http://the-address.com">Link 4</a> |
<a href="http://the-address.com">Link 5</a> |
</p>

Replace those green parts into links and the red parts into your desired link texts. Drag the element below to the header, save the template.

mak6

Making the template wide

Minima template is about 660 pixel wide. You can change the value and make it wider. Again go to your blog’s HTML and select “Expand Widget Templates” Now search this part of your HTML,

mak10

I’ve selected the value of outer wrapper from 660px to 860px. Main wrapper is for the posts, and I selected 500px; I selected 300px for the sidebar wrapper.

Scroll down a bit more and you’ll find the footer section. Now change the value of the footer width to 860px. Save the template.

mak11

Adding a favicon

Search for this code in your blogger HTML,

]]></b:skin>

Now add this code (change the green part into the URL where the favicon is hosted)

<link href='ICON-SOURCE' rel='shortcut icon'/>

After that the code will look like this,

]]></b:skin>
<link href='ICON-SOURCE' rel='shortcut icon'/>

Adding search bar in the template

mak8

There are ways to add a search bar into your template but I found the lijit service easier and most effective. Go to lijit.com and sign up for your free account. Create a search bar widget with your blog’s address and with your social profiles. Get the code and add it to your search bar.

mak9

That’s it!

Now you have a fully customized new blogger template. Download the template and upload it to your favorite blog. You can do more modifications if you just spend some time with the code. If you need a custom comments system then you can read this: How to install Disqus comments system on your blog?

Please feel free to ask me a question if you run into any trouble. Please promote this page by using the Share/save button.

Carbon Neutral Business

Related posts on this topic

{ 36 comments… read them below or add one }

1 Maveryk December 19, 2009 at 9:09 pm

Thank you for responding to me I really appreciate it. I was able to solve my problem prior. The blog(blogger) was screwed up some how. Had it’s panties in a bunch. If you know the saying. Anyways, what I had to do was simply use the reset all widgets command(link). I guess it is a common problem with templates on blogger but it was maddening for 2 days straight. I had also tried an alternate pic hosting site prior to finding the solution. I even created a new test blog and uploaded the image no problem to the header to it so I new the blog was messed up on the server side but could not find a way or anyone to tell me how to reset or fix it.

Thank you again for responding.

Reply

2 Mira February 11, 2010 at 10:07 am

how do you reset all widgets?
.-= Mira´s last blog ..Tutorial: Membuat Layout Sendiri Untuk Blog Anda (Part I) =-.

Reply

3 purple rain February 5, 2010 at 4:39 pm

can i change the font of my blog description?
if yes… how?
please lemme kno….
gr8 post bdw =(:
.-= purple rain´s last blog ..A Vichyssoise of Verbiage Veers =-.

Reply

4 Tamal Anwar February 5, 2010 at 5:20 pm

You can change it by editing the HTML, at the very end of the code (or the middle) there are CSS for every element; adjust size, color, width as you want, but keep backup!

Reply

5 saikat February 25, 2010 at 3:51 pm

last night i found ur blogkori & till 4 am i read so many pages, comments, advices, and lots of thing. actually i learned a lot (thanks), since i’m new. i’m 4m dinajpur and recently admitted to N. university(accounting) & i’m looking for online earning. can u plz tell me how to start a blog. i kno nothing about it & don’t kno how to create a web site or HTML. so how will i start?, i kno u can help me.

saikat

Reply

6 Chandan March 23, 2010 at 7:46 pm

@Tamal,
Could you please tell me where to get sliding share buttons like on your blog? Reply..
.-= Chandan´s last blog ..A trend in Google algorithm updates =-.

Reply

7 Tamal Anwar March 23, 2010 at 11:30 pm

This is a plugin called “Sexy Bookmarks” on wp and has a blogger version too, I guess.

Reply

8 Chandan March 23, 2010 at 11:40 pm

Thanks Tamal…You can not be an EVIL indeed.
.-= Chandan´s last blog ..A trend in Google algorithm updates =-.

Reply

9 Afiff July 3, 2010 at 1:02 pm

Great tutorial. Do you know how to convert blogspot Minima, Minima Dark, Minima Blue, Minima Ochre to Wordpress?
.-= Afiff´s last blog ..dog feces eating =-.

Reply

10 Nasif August 12, 2010 at 1:25 pm

shoutmeloud.com provide service to convert blogger template to wordpress

Reply

11 ilmucts August 23, 2010 at 6:06 pm

good info for me .. thanks
.-= ilmucts´s last blog ..Cara menempelkan flash animasi di blog =-.

Reply

Leave a Comment

CommentLuv Enabled

Comments links could be nofollow free.

Previous post:

Next post: