Removing Label in The Bottom of The Post

How to remove label that always appears at the bottom of the post?

Simply, here's how:

 
 Log into the blog dashboard, then go to the DESIGN> EDITHTML

Check the first box "Expand Widget Templates"
* Find the code below:


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

* Having met the above code, then DELETE all the code.
* Click "Save Template"
* View Blog to see the results ...

Related Posts Plugin for WordPress, Blogger...