how to hide labels in blogger


Hide labels from blogger post footer ! just very easy as you want.



Many people want or prefer to hide labels or tags from the post footer ,therefore we are going to the following steps !

Here is how to do it.
Click 'Layout' tab and click the 'Edit HTML' Subtab. Now click 'Expand Widget Templates' to expand the CSS code. Find the following code in your template.


<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>

First take a backup of your template and after that delete this portion from your template. Now no labels will come beneath your posts. I hope this will help you.

If you are facing any problems regarding this comment bellow the post and i will be happy to answer you ..

9 comments:

  1. :-? any other way ? this is confusing for me @-)

    ReplyDelete
  2. My labels are still there? I have deleted the code and all and they are still there?

    ReplyDelete
  3. can you tell me how I can bring the tags back after having removed them? I guess I need to post that code back, but I have no idea where exactly.

    ReplyDelete
  4. Thanx Dude (h) It worked ... :)

    ReplyDelete
  5. It works on my blog also. Thank you! ;-)

    http://gospelmusic-lyrics.blogspot.com/

    ReplyDelete
  6. Thanks! It worked.

    ReplyDelete
  7. if i delete this portion can it effect my seo of blog.
    https://www.bindassentertainment.com/

    ReplyDelete