How to remove or hide "labels" from your blogger posts

In each post of your blog there are a thing/widget just in the downside of each posts just like:
"Labels: how to, technology, blog editing, downloads"
If this thing annoys you and you want to remove it from your blog,you should consider the following steps:

1.Go to your blog, then template, then go to edit HTML.





Click image to view full size

If it's an old blogger interface, it will ask for confirmations. If asks,press proceed.
2. Just click on "jump to widget".
If it's an old blogger interface, mark the box of "Expand Widget Templates"


Click image to view full size

Click image to view full size

Find (you can type in quickfind menu by pressing Cntrl+F, you will find the item you type here) this line in your editor :
<b:if cond='data:post.labels'>
(copy and paste it in your quickfind menu)

and then find the line just about five lines downside:
</b:if>


select the lines from  <b:if cond='data:post.labels'> ...to....</b:if>
delete these lines
Click image to view full size

[it means,you've deleted the lines

<b:if cond='data:post.labels'>
          <data:postLabelsLabel/>
          <b:loop values='data:post.labels' var='label'>
            <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>


from your editor] (few words may vary from your blog)

4.now,press "save template".
If it's an old interface, press "delete widgets" or some kinds of attention/confirmation (pop up),now again save your template.

your blog no more contains this horrible thing...!!!





IMPORTANT:

IF YOU ARE NOT FAMILIAR WITH HTML EDITING, JUST BACK UP YOUR HTML CODES SO THAT YOU CAN RESTORE IT AND BRING YOUR BACKED UP TEMPLATE BACK. CLICK ON "TEMPLATE" AND "BACKUP/RESTORE" THEN BACK IT UP.



Click image to view full size


ENJOY!!!!

2 comments: