Sometimes there are some bloggers who intentionally did not display a labels on her posts with a variety of reasons. And If you want to remove the label, please follow the step below.
/* — – Start — — */
.post-labels {
visibility: hidden;
display: none;
}
/* — – End — — */
- Log in on blogger dasboard >> Template >> Edit HTML
- Expand widget template
- then input the code below
note: preferably before you edit html, backup your templeat frist to keep the failure moment edit html.
/* — – Start — — */
.post-labels {
visibility: hidden;
display: none;
}
/* — – End — — */
Input the above code before the tag  ]]></b:skin>
Then locate and delete the code below :
<span class='post-lable'>
  <b:postLabelsLabel/>
  <data:postLabelsLabel/>
  <b:loop values='data:post.lable' var='label'>
  <b:if cond='data:label.islast !="true"'>,</b:if>
 </b:loop>
 </b:if>
</span>
if all are finished then SAVE Template
 
 
No comments:
Post a Comment