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.
Find the following code in your template.
Its a lost easier by pressing CTRL+F which opens the find feature and copypaste the frist line of the code <b:if cond='data:post.labels'> and when it finds it,just copy paste the whole code from below:
<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>
<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>
Also it would be a really good thing to save the whole backup of your template and after that delete the code for the labels(tags).
The tags will not be shown anymore after this.
No comments:
Post a Comment