BTemplates Blog

Tutorials, documentation and news about Blogger.

Background image on your website or blog

A website’s backgorund is one of the most important elements of the page, is always there and there’s a lot of available space. In this basic article, we’ll show you how to handle your website’s background with an image. The first thing you should know is that the right way to get a background image […]

Put a header on Blogger’s labels

The introduction of the rating trough labels on Blogger was really helpfull to clasify information on our blog, no doub about it. But could be a few details that could make users navigation even more friendly. One of them could be having a header with the most important labels. For example, if you have a […]

Moving widgets (gadgets) from an old template to a new one!

The most common problem at the time of uploading a new template is that we “lose our widgets”. Is there a way of installing a new template without having to get rid of our beloved widgets? The answer is yes, and yes, it’s simple :). 1. Go to Layout> Edit HTML and without checking the […]

QuickT :: How to show only labels with more than X posts!

1. Go to Layout> Edit HTML and do NOT check the “Expand widget templates” box: 2. Look for this line of code: <b:widget id=’Label1′ locked=’false’ title=’Labels’ type=’Label’/> 3. Replace it with the following code: <b:widget id=’Label1′ locked=’false’ title=’Labels’ type=’Label’> <b:includable id=’main’> <b:if cond=’data:title’> <h2><data:title/></h2> </b:if> <div class=’widget-content’> <ul> <b:loop values=’data:labels’ var=’label’> <b:if cond=’data:label.count &gt; 2′> […]