
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
0 comments:
Post a Comment