How to Remove Label From Displaying Below Posts

To remove the label from showing at the bottom of a post, you must edit the HTML. Go into Theme and click Edit HTML.


Don't forget to first Download Your Theme (Template). The current theme should always be downloaded and saved to hard disk in case the html gets messed up and you need to put back the code.

Once you are in the HTML, Blogger often hides some of the code and you must click the black arrow in between the row number at the far left and the actual code.

Early on, most templates or themes used the code below. Recently we had to hide the labels on one of the "Simple" themes and the code was still almost identical and it worked successfully.

So carefully following the directions below..

Click in the HTML, then press Ctrl+F on the keyboard to open the "Find" box in the upper right corner of the HTML window. Start typing the following: cond='data:post.labels inside the box and press Enter. Be careful. If Blogger can't find what you've typed and you press Enter, it may start adding blank lines in the HTML, which you don't want.

Hopefully you'll find the code below. When you do, delete ONLY the lines highlighted in red. If your code isn't exactly as below, but you feel it is close, delete the code but place it in a text (Notepad) file and save it in case you need to put it back.

<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
<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 != "true"'>,</b:if>
</b:loop>
</b:if>

</span> </div>

Only delete the lines highlighted in red! And your labels will disappear. Cheers!





21 comments:

  1. Thanks very much for your valuable tips.

    ReplyDelete
  2. Thanks you very much i was searching for this.

    ReplyDelete
  3. Jeez! It worked! Many thanks!

    ReplyDelete
  4. It worked to my blog http://malaysiasensasi.blogspot.com
    TQ Very Much (Terima Kasih)

    ReplyDelete
  5. yahoooooo... it works

    ReplyDelete
  6. AWESOME!
    thanks so much!

    ReplyDelete
  7. Real nice post. It worked as expected. I implemented at my below blog. Thanks for the help..

    http://nareshit.blogspot.com/

    ReplyDelete
  8. Thanks!! I was looking for that..Actually solution to our problem exists but sometimes we do not know how to find that..for example I was not knowing that I am looking for Removing POST FOOTER in this case..Anyway THANKS alot!!

    ReplyDelete
  9. Job well done! Thanks for the trick.
    My blog: God Inspired Lyrics

    ReplyDelete
  10. thanx bro your tricks are rely works. and these tricks help to my blog

    ReplyDelete
  11. Thank you so much! Worked a treat

    ReplyDelete
  12. in my html no cond='data:post.label'
    then how remove label displaying

    ReplyDelete
  13. Figure out who coded your blog template (should be in the first part of the code) and see if they have a website, or query on the template name to see if there is a forum. Some folks code their templates differently. Sorry this isn't working for you.

    ReplyDelete
  14. thank you for this simple advice...

    ReplyDelete
  15. Perfect!! Thank you for the tip! :)

    ReplyDelete
  16. Thank you very much! Very helpful.

    ReplyDelete
  17. Thank you so much this worked perfectly first time, very helpful.

    Alice x
    www.alicemaysnell.co.uk

    ReplyDelete