One of the newest (and popular) trends of blog design is the magazine style layout. As the name suggests, this design style presents content in magazine format where extra columns and content are featured on the home page, offering readers an overview of the entire site.At present, Blogger Buster's home page features a magazine style layout. Rather than display a list of recent posts in typical blog style, the home page summarizes the most recent post, followed by links to other articles by category, and additional information about the site.
Many readers have requested a tutorial to create a similar layout for their own Blogger powered blogs, so in this tutorial I'll explain how you can add extra columns and widget sections on your blog's home page to create a magazine style layout of your own.
How Magazine Style Layouts Work in Blogger
In this template (and also in the Blue Steel template), I have added extra widget sections beneath the main posts column. This allows me to add (or change) the content displayed on the home page from the Page Elements section of my dashboard, without having to manually change my template code.Also, I have used the b:if function to prevent these widgets from being displayed on post and archive pages (where they are not required).
To create a magazine style for your own blog, you will need to make two main changes to your template:
Insert the code required for your new widget sections
Add relevant styling code to the <b:skin> section of your template to change how these widget sections appear.
In this tutorial, I will explain the simplest method of creating a magazine style front page. This involves adding two columns for widgets (to appear side by side) beneath the main posts section of your blog. Once you have added these sections, you can add widgets and change the settings for your blog to alter the appearance and overall look for your template.
Be sure to back up your existing template before making any changes! Then if you change your mind about your design (or make mistakes during the process) you can easily restore your template.
To make a back-up of your existing template, go to Layout>Edit HTML in your blog's dashboard and click on the "Download full template" link. This will save your template as an XML file to your computer.
Add new widget sections below your posts
To add new columns for widgets below your posts, we will need to add some code to the main posts section of your blog.Go to Layout>Edit HTML in your blog template, and do not check the "expand widget templates" box. Then search for this section of code in your template:
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div>
In your own template, this section may look a little different. For example, you may find <div id='main'> or <div id='content'> instead of <div id='main-wrapper'>.
If you are having problems locating this section, use your browser's search function to locate the phrase "blog posts" or "Blog1", and be aware of the surrounding
b:section and div tags.Once you have found this section in your template, you will need to copy and paste the following code just after the closing
</b:section> tag and before the closing </div> <b:if cond='data:blog.url == data:blog.homepageUrl'>By adding this code, we have inserted two extra widget areas which contain a "dummy" text widget so you can preview their appearance. These sections are also contained in <b:if> tags, which determine they are only seen on your blog's home page.
<b:section class='sidebar' id='magazine-left' showaddelement='yes' >
<b:widget id='Text51' locked='false' title='Test Title 1' type='Text'/>
</b:section>
<b:section class='sidebar' id='magazine-right' showaddelement='yes' >
<b:widget id='Text52' locked='false' title='Test Title 2' type='Text'/>
</b:section>
<div style="clear: both;"></div>
</b:if>
At this stage, you can preview your template and will see these dummy widgets appear below your posts section. However, as we have not yet styled these sections, they will appear beneath each other rather than side by side.
Adding style to your new widget sections
Now that we've added the code required for our new widget sections, we need to add some styling code to ensure they appear side by side.For this, locate the closing </b:skin> tag in your blog's template. Just before this tag, you should paste the following section of code:
#magazine-left {
width: 45%;
float: left;
}
#magazine-right {
width: 45%;
float: right;
}
Then preview your template. Now you should see your the titles for the dummy widgets appear side by side with a gap between them. These titles should have similar styling to your sidebar headings and match the overall theme of your template.
Once you are sure everything looks okay, you can proceed to save your template.
If you do receive an error when attempting to preview or save these customizations, click the "Clear edits" button and begin adding your code from the beginning, being extra careful when copying and pasting this code.
Adding widgets and styling your home page
Now that you have added the required code for your magazine style front page, you may want to remove the dummy text widgets and replace them with your widgets of choice.Simply go to Layout>Page elements in your Blogger dashboard, where you will see your new widgets appear below the Blog Posts section like this:
Click on the edit link for the existing "Test Title 1/2" widgets, and choose to remove these if you prefer. Then add new page elements of your choice to customize the appearance of your blog's home page.
You may also prefer to limit how many posts are displayed on your blog's home page so that your new widgets will feature higher up on your blog's home page.
To change the number of posts which are displayed, go to Settings>Formatting and choose the number of posts to display using the first option on this page:
In many magazine style blogs, only one post is displayed on the home page, but if your posts are short, it should be acceptable to post more than one without affecting the overall look and style of your design.
More ideas for your magazine style design
If you want to take your magazine style design a step further, you may also like to check out these tutorials:- How to add three columns to your footer section
- The easy way to make a great blog header
- Install post summaries in Blogger






Hey Amanda!
ReplyDeleteAgain, thanx for this one, works great :-) as usual.
Bye
This is such a nice addition thanks
Deleteشات عرب كول
شات صوتي كول
عرب كول
دردشة عرب كول
شات صوتي
شات عربي
سعودي كول
دردشة عرب كول
شات صوتي عربي
شات سعودي
شات سعودي كول
شات صوتي كول
شات انحراف كام
شات انحراف
شات سعودي انحراف
انحراف كام
شات سعودي انحراف
شات انحراف كام
شات كول
سعودي كول
شات سعودي كول
شات صوتي
شات صوتي مغربي
شات بنات كول
بنات كول
شات
صوتي
عربي
كول
شات صوتي مغربي
بنات كول
رياضه عالميه
فن ومشاهير عرب
أخبار عرب كول
الطب والجمال
جرائم وحوادث
راديو BBC Arabic
تلآوات قرآنيه
إتصل بنا
This is such a nice addition thanks
عرب كول
شات كول
انحراف كام
شات صوتي
سعودي كول
شات صوتي مغربي
شات بنات كول
شات صوتي سعودي
شات صوتي عربي
Amanda, I can't see anything on your blog. Everything is brown-ish, the yellow background is missing as is some other things. This is happenning on and off lately - very frustrating :(
ReplyDeleteFantastic! Thanks Amanda!
ReplyDeleteMatt
http://www.duelingtampons.com
You are gr8. That's why you always appear on my blog knowliz.com.
ReplyDeleteThanks for this one. I think if someone know how to play with blogger code, then the panels can be added on a fly. Isn't it...???
I am learning so much from you. Thanks!
ReplyDeleteAmanda re: Shia comment above on color problems - I noticed the same the other day - needed to restart the browser to remedy. I can see it fine now but you may want to look into it.
ReplyDeletei recently found your blog and it's great!
what a great post! I will surely try it out later.
ReplyDeleteCool!! I don't know how I'll use it?? But I added it for "future proofing" ;)
ReplyDeleteHope I can make my own theme now. Thanks
ReplyDeleteHow to make a template such tht there has two posts columns, so tht the previous post goes to the sidebar instead of bottom..
ReplyDeleteDid u get me..?
Hi Amanda,
ReplyDeleteSweet! I've been wondering how to do this and really appreciate this tutorial!
I'm going to implement several of your tutorials today and see how they go!
By the way, do you know how to limit the number of "labels" blogger displays without having to use a "cloud widget"?
Thanks,
Scott
http://arriive.blogspot.com
This is really great and easy to follow. Thanks!
ReplyDeleteI just came across your blog and subscribed! I wish I had found you earlier. Your blog is a shining example of how Blogger blogs can look really good (ie like Wordpress blogs) with a bit of know how.
ReplyDeleteb\nice post but i am using wordpress converted template for my blog. I could not find above code there... There is any other way to do following in wordpress converted blogger theme
ReplyDeleteMy Blog
great blog...and great tips... i will try this on blog...i was looking for something like this...
ReplyDeletehttp://free-downloadz.blogspot.com
I revamped my blog yesterday referring to this post.
ReplyDeleteThanks.
great!! its work for me..
ReplyDeleteI inserted the code for the magazine style format, but the two widgets overlap. There is no buffer space between them.
ReplyDeleteHi Amanda, thanks for a great tutorial! I tried it in my food blog and it was a breeze. Do you have a tutorial on adding widgets for square ads? Thanks for sharing your knowledge!
ReplyDeleteThat's cool Thank you so much..
ReplyDeleteYour tutorial help me enjoy changing style I desired..
Hi Amanda,
ReplyDeleteDo you know how to convert the Snapshot Madder template to 3 columns? Trying to accomplish this on my blog, "3 Troopin' Travelers". Feel free to email me at troopintravelers3@gmail.com, if you have the time/advice!
Thanks,
Suz
this is great amanda! Is there a way to add three columns to my sidebar? I want one large column at the top to display page elements side-by-side, and then two columns BELOW that first column. Any ideas?
ReplyDeleteHi Amanda,
ReplyDeletethe solution you provided is great. And it's working well with non cusomized blogger template. But when I tried to expand the blog to 990 px and made other changes to post width, sidebar width, the sidebar sinked to the bottom.
See for yourself, I want to put it back in the line with upper line of post space.
http://blog24hrs.blogspot.com/
pl help
Hi Amanda, do you know how my widget got moved to the bottom of the post area? I didn't put them there. Can you please tell me how I can fix the problem. Tnanks a million!
ReplyDeletehttp://odivah.blogspot.com.
It worked great, only I want the columns at the top of my blog, before the posts...ideas?
ReplyDeleteK. Now these tips look great. I was wondering how i'll add widgets at the footer in two or three rows
ReplyDeleteAnd how to add new widget sections ABOVE the posts? Please answer :)
ReplyDeleteNevermind I figured out myself.
ReplyDeleteAnyway good post it helps, thanks! :) Just a little incomplete.
Visare, can you let me in on the secret of putting columns above the posts? I moved mine up, only now they aren't side by side anymore...
ReplyDeleteThx for sharing..it works great..
ReplyDeleteHI Amanda,
ReplyDeleteIt works great, is there a way to make a third column. so it will total to three!
Thanks
I used in my site lot of thanks
ReplyDeleteI think it`s what i needed
ReplyDeleteAMAZING! I'm DEFINITELY checking this one out. Thanks!
ReplyDeleteTHanks for sharing this. This is really helpful.. Thanks! :D
ReplyDeleteThanks. It helps a lot to make my blog navigation useful.
ReplyDeletethanx!! it helped me to modify the simple II template into something more appealing on one of my blogs.
ReplyDeleteThanks a lllllllllllottttt
ReplyDeleteThanks.. its work !!! :-)
ReplyDeleteHi Amanda,
ReplyDeleteI have to say yours is the most engaging, informative and motivating blog for newbies in blogger. Thank you, thank you, thank you...
Very clear instructions, I have been able to implement it within seconds
ReplyDeletethank you!
really great work. long time i searched this code. now i got it. thaks to blogbuster.
ReplyDeleteFree resources, free downloads, free stuffs @ http://simplygetit.blogspot.com/
This is great! So how would I add a third section? So there were 3 columns under the post rather then just 2.
ReplyDeleteThanks for this!!Beautiful!!!!
ReplyDeleteHow can i add new widget sections above posts??....
My widgets show in the layout, but not on the preview, even when I save the template, and on the layout, they are not side by side. I'm not using a standard template, but the sections are the same.
ReplyDeleteI was trying to figure out how to make columns in my posts and I used this as an example. It really helped me out thanks!!
ReplyDeleteHi,
ReplyDeleteI need to know how to keep single column on the side of the template, and make two column under the single column for some widgets. Please give me the way to do it.
Here is a blog I want to make 2 extra column under or between single column on right side template: http://atlascommunity.blogspot.com/
thx
I used this a long time ago and I am so glad that you still have it active. Works very well with single column templates just wish I had the confidence to go further with editing. Thanks for keeping this one active.
ReplyDeleteHi, My blog is using the 2 column template so the 2 column below the post appears squashed & of different length. I have left them one below the other. Is there a way to adjust the length so that it doesn't disappear behind my sidebar? I've tried changing the width but it doesn't help.
ReplyDeleteWould like to know, what is the code to make this appear on all pages instead of just the home page. Could you please give me the code?
My blog is http://cheaper-books.blogspot.com
Thank you.
how to make column to a post like in office?
ReplyDeletemany thanks
sex
ReplyDeleteporn
free porn
porn
free sex
free sex
porno
escort bayan
This is very very helpful....I applied it into my blog...but my problem is I cannot delete the vertical broken line into my blog...I appreciate your help..thanks in advance
ReplyDeleteLove it...thanks for showing how to do this, I've wanted a customizable home page for quite some time.
ReplyDeleteI tried and this is done like i want. thanks :)
ReplyDeleteMagazine and news-style layouts are becoming more and more popular. Adapting these designs has become so easy, any average looking website can convert to it with the utmost efficiency. These designs are proven to be an effective way to catch visitor's attention and appeal.
ReplyDeleteThanks, it worked! Now how do I add a center gadget to have 3 under my posts? I tried my own ways to add another but failed. Any help?
ReplyDeleteHi there,
ReplyDeleteI managed to get gadget under posts...
but it is not dividing into 2 columns..I followed this tutorial step by step.
Can you please help me
http://www.dazzleandsizzle.com
Thanks to share with us the information. I wish you good luck!
ReplyDeletehi! do you have tutorial on how to modify my homepage post to make two columns?
ReplyDeletei'm looking this all around the web. I landed here.
awaiting respond,
xxxmehide.blogspot.com
Mark
ooking for power and stability. By following safety guidelines, using a trampoline can be a safe and fun activity for your entire family.. This creates a magnetic force that encourages continual motion. Puma Ferrari Shoes.
ReplyDeleteArticle Source: http://www.opumashoes.com/
Hey Amanda How to add custom columns in blogger template?? Like i want 2 columns to appear first then again a usual one column and again 2 columns... plz guide me
ReplyDeleteThanks buddy
ReplyDeleteits perfectly working...
its very good man
ReplyDeleteسعودي انحراف-
كيوت-
شات صوتي-
سعودي انحراف-
سعودي كول-
سعودي كيوت-
دردشة صوتية-
سعودي كام-
شات سعودي-
شات سعودي انحراف-
دردشة سعودي انحراف-
شات صوتي سعودي-
شات صوتي نسائي-
شات نسائي-
شات سعودي كام-
شات سعودي صوتي-
شات كول-
شات كام-
شات صوتي-
دردشة صوتية-
على مودك-
شات على مودك-
منتدى سعودي كول-
منتدى كيوت-
كيوت-
-سعودي جنان-
مشكلة النكات-
توبيكات كيوت-
دليل مواقع-
شات سعودي كول-
دردشة سعودي كول-
شات -
دردشة-
Good Thank you And Great Post
ReplyDelete-
شات صوتي-
-
شات صوتي سعودي-
-
صوتي-
-
دردشة صوتية-
how do i add a sidebar to my blog(geektuts.org) so that i can add skyscrapper ads? thnx
ReplyDeletethank you for this template
ReplyDeleteأفلام أجنبي
أفلام أجنبي
Hi Amanda,
ReplyDeleteIt's very useful blog manual. I've been trying to follow the instruction until I found that the 'Test Title 1' appears full length beneath the blog post, and the 'Test Title 2' appears half length (45) beneath the Test Title 1. I have no idea about this. Please help me. Thank you Amanda.
sexy girl
ReplyDeletethanks for the template
ReplyDeleteHello Amanda.
ReplyDeleteThank you for this post. You said:
"To add new columns for widgets below your posts, we will need to add some code to the main posts section of your blog."
Is there a way to put ads in the side bar area and at the top of the Magazine Home style page ? It seems there's a lot of wasted space on 'both sides'.
Thank you
Michael Stone
This is to hard to do:(
ReplyDeleteاسطوره-
ReplyDeleteشات اسطوره-
شات صوتي-
شات الاسطوره-
دردشة صوتية-
الاسطوره-
الاسطوره كام-
دردشة الاسطوره-
سعودي انحراف-
سعودي انحراف 6666-
سعودي كيوت-
سعودي انحراف-
شات سعودي انحراف-
سعودي انحراف 6666-
شات سعودي انحراف 6666-
شات سعودي انحراف-
سعودي كيوت-
سعودي انحراف-
سعودي كول-
s6g@hotmail.com
nice blog... thanks for sharing..
ReplyDelete