Free Blogger Templates for your Blog

White Clean Magazine

live demo
Features:
Instructions:Template Settings / How to use this template
Template author:Bie Templates
Description:

White Clean Magazine is a free blogger template with 3 columns, sidebar on the right and left, magazine-styled, minimalist, space for ads, neutral colors and posts thumbnails.

Download White Clean Magazine for free in BTemplates.
Rating4.1 out of 5 based on 96 bloggers.
Compatible with:FFIEChrome
Share:

Comments about White Clean Magazine blogspot template

27 Comments, leave a reply »
  1. Michael Peters 24 November 2009
    Reply to Michael Peters »

    My son of 5 yrs has cancer, our roof is leaking and we need tarps. The storage we live in is not insulated and my wife and I are not working. Help we have 2 kids. I can work

  2. Travis 3 December 2009
    Reply to Travis »

    It doesn’t work on IE!!!!!!!! ggrr

  3. Akhil Mukhi 14 December 2009
    Reply to Akhil Mukhi »

    @Michael Peters

    If you are so poor, then how do you afford the internet?

    I suggest that you cancel your internet for a while to pay the fees.

    Merry Christmas, Asshole.

  4. new blogger 28 December 2009
    Reply to new blogger »

    It does work in IE but it looks slightly different, some gadgets do not show properly. There is some help on the BIetemplates site.

    Its a nice template but you have to mess around with the HTML quite a bit to get the kind of blog you want.

  5. Paul Crowe 30 December 2009
    Reply to Paul Crowe »

    Hi,

    Another great template.

    I have posted a top 10 magazine templates post on my Blogger tutorials blog.

    All but one is linking to btemplates :

    http://www.spiceupyourblog.com/2009/12/my-top-ten-magazine-style-free-blogger.html

    My stats are showing a steady flow of traffic to btemplates from the post if you could a link back would be appreciated,

    Regards,

    Paul.

  6. new blogger 31 December 2009
    Reply to new blogger »

    The nav bar does not work. I cannot add my own links. This template is nice but too fidly to use. I have wasted hours messing with the HTML.

  7. Claudia 1 January 2010
    Reply to Claudia »

    New Blogger:
    This template was made to show the labels as a menu bar. So, you cannot put your own links there unless you make some changes on its HTML code.

  8. Luke 24 January 2010
    Reply to Luke »

    Hi.
    This template is really great, but I have some problems with hmtl-ing post module. I’ve wasted few hours trying to remove icons near to ‘comments’ and ‘readmore’, but I haven’t found the way. The second thing – how to remove a ‘tweetme widget’ from a single post?
    Does any of you guys can help me?
    Lots of thanks in advice!

  9. sari 16 February 2010
    Reply to sari »

    great template…but when i’m change my html, the position of my posting are broken, please, how to arrange my posting position?

  10. Cristhian 21 February 2010
    Reply to Cristhian »

    Muchas gracias exelente plantilla, me encanto, solo teng una consulta habra forma de que los Tweets se puedan elliminar solo quiero elimiar ese script y todo seria exelente, muchas gracias

  11. Cristhian 22 February 2010
    Reply to Cristhian »

    Please me pueden ayudar soy el del comentario anterior.

  12. Angel 22 February 2010
    Reply to Angel »

    Hola Cristian…es facil..solo ve a HTML…expandes artilugios y pones ctrl+f y buscas “tweet”…ahi ves que te sale el codigo que debe ser asi:

    tweetmeme_url = '';

    eso lo borras y ya no debes tener problema

  13. Angel 22 February 2010
    Reply to Angel »

    el codigo debe ser asi:..nose porq no salio en el comentario anterior..

    tweetmeme_url = '4444';

    algo asi solo que sin las rayas ni los numeros jeje..son 4 script

  14. Angel 22 February 2010
    Reply to Angel »

    no me sale el codigo……ahi donde te sale…borra desde el script hasta el otro…que contenga al codigo del tweet…son 4 palabras scripts

  15. assadi 1 April 2010
    Reply to assadi »

    It doesn’t work on IE6 an some IE7 versions!!!!!

  16. assadi 1 April 2010
    Reply to assadi »

    plase repair this problem

  17. akur 14 April 2010
    Reply to akur »

    thanks for tampletes.. ^^

  18. Hferi 26 May 2010
    Reply to Hferi »

    Fantastic!! Thanks

  19. abed 28 August 2010
    Reply to abed »

    I am fix the problem ‘ Older posts ‘

    Follow this step.
    1. Open edit HTML
    2. Check this section code
    #blog-pager {
    text-align: center;
    }
    3. Insert clear:both; code so the code will be look like this
    #blog-pager {
    text-align: center;
    clear:both;
    }
    4. Save

    Hope this work on your template too.

    –> http://www.ipietoon.com/2010/02/how-to-fixed-newer-older-post.html

  20. blogger533 21 October 2010
    Reply to blogger533 »

    blogger new feature static pages is not working with this template i guess its because of read more hack ….please help me to remove read more options only to the static pages but not all post pages….please its argent ……

  21. Claudia 21 October 2010
    Reply to Claudia »

    @blogger533:

    Go to Design/Edit HTML, click on “Expand widget templates” and find this piece of code:

    <b:if cond='data:blog.pageType != "item"'>
    <div class='more'>
    <span class='rmlink' style='background:url(http://3.bp.blogspot.com/_sunpK_FtO1E/SsxHmmwuzwI/AAAAAAAAATc/KK9OnC71wJg/s1600/22.png) no-repeat; padding-left:18px; float:right'><a expr:href='data:post.url'>Readmore</a></span>
    <span class='comment-link' style='background:url(http://4.bp.blogspot.com/_sunpK_FtO1E/SsxHnMKtFaI/AAAAAAAAATk/CpRUO6Xut14/s1600/27.png) no-repeat; padding-left:18px; float:left'>
            <b:if cond='data:blog.pageType != "item"'>
              <b:if cond='data:post.allowComments'>
                <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
              </b:if>
            </b:if>
          </span>
    </div>
      </b:if>

    Now replace that code by this:

    <b:if cond='data:blog.pageType != "item"'>
              <b:if cond='data:blog.pageType != "static_page"'>
    <div class='more'>
    <span class='rmlink' style='background:url(http://3.bp.blogspot.com/_sunpK_FtO1E/SsxHmmwuzwI/AAAAAAAAATc/KK9OnC71wJg/s1600/22.png) no-repeat; padding-left:18px; float:right'><a expr:href='data:post.url'>Readmore</a></span>
    <span class='comment-link' style='background:url(http://4.bp.blogspot.com/_sunpK_FtO1E/SsxHnMKtFaI/AAAAAAAAATk/CpRUO6Xut14/s1600/27.png) no-repeat; padding-left:18px; float:left'>
            <b:if cond='data:blog.pageType != "item"'>
              <b:if cond='data:post.allowComments'>
                <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
              </b:if>
            </b:if>
          </span>
    </div>
      </b:if>
     </b:if>
    

    This won’t remove the “read more” hack, but it will make the pages feature to work ;)

  22. blogger533 26 October 2010
    Reply to blogger533 »

    thanks a lot for reply i will try this out…..

  23. blogger533 26 October 2010
    Reply to blogger533 »

    I love this template but i have one serious problem with this I am unable to monetize large rectangle on right side and vertical wide banner on left column, as it is very difficult for me to change this template can you please help me to increase width on both left and right side columns……please help me i will be very thankful to you…..

  24. David Detrich 8 February 2011
    Reply to David Detrich »

    How do you add an Author to the individual Posts? I notice there is some lettering which says Author at the top of the post, and the time.

    p.s. White Clean Magazine is one of my favorite Blogger Templates!

  25. Claudia 8 February 2011
    Reply to Claudia »

    @David Detrich: Authors are displayed automatically when they create a new post. All new users can be added in Settings/Permissions.

  26. adnan 3 November 2011
    Reply to adnan »

    İts very good :) thank you

  27. ali 7 February 2012
    Reply to ali »

    thanks alot nice work admin … but can i add header ad on it kindly do reply me thanks again

Reply

Thank you for your comment! If it contains links, your comment will be moderated. If you're looking for technical support, please see the FAQ's, our blog or contact the original author.

There are 4116 free Blogger Templates for You!