Hiding labels on posts


Maybe you want or choose to hide the label or tag on the lower area of your post, try a few steps below:


  • Click the "Layout"
  • Click "Edit HTML"
  • Click the "Expand Widget Templates" to expand the CSS code.
  • Find the code below with ctrl + f in your template.

<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
values='data:post.labels' <b:loop 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>
  • Delete all the above code,
  • Save Template
Now you will not find a label on the bottom of your post.

0 comments:

Post a Comment