How to organize Labels for Blogger

How to choose which labels will appear on the list:

I’ll show how to select the Labels which will appear in the list and exclude others. This can be useful when you do not want some Labels appear.

Every gadget that you added to your blog has a title to be added. I will here name one example of how is this blog. Go to "Layout" and open "Edit HTML", marking "Expand Widget Templates." Now, using the browser’s search (Ctrl + F) and find the title of the gadget Labels. This title will appear in a line like this:

<b:widget id=’Label1′ locked=’false’ title=’Marcadores‘ type=’Label’>

"Marcadores" should be replaced by the name of your gadget Labels. Now find the line:

<b:loop values=’data:labels’ var=’label’>

Paste the code, just below it, making the necessary changes:

<b:if cond=’data:label.name != &quot;Novidades&quot;‘>
<b:if cond=’data:label.name != &quot;Amigos&quot;’>
<b:if cond=’data:label.name != &quot;Trabalho&quot;’>

These lines that you insert into your template, define what markers will not appear on the list. Replace what is posted by the name of the markers do you want to remove from the list. But is not over, missing a last detail: you need to close the code.

Find the code:

</b:loop>
</ul>

Now, paste before that:

</b:if></b:if></b:if>

Note that for each category that does not appear, there is a closing tag. If it was 4, appear "</ b: if>" 4 times or if it was only 2, repeated twice.

Ebook Blogar - O Processo de Criação de blogs, Compre agora por apenas 14,90

Website | Twitter | Facebook
Marcos Lemos é professor e blogueiro. Formado em Teologia pela PUC-MG, graduando em Letras (Português/Inglês) pela FUNEDI/UEMG. Criador do [ Ferramentas Blog ] e tem se destacado como metablogger.
Marcos Lemos já escreveu 1266 posts no Ferramentas Blog.

Faça um comentário