Monday, December 13, 2010

Hide or Remove labels From Blogger Post Footer

#Click 'Layout' tab

#Then Click the 'Edit HTML' Subtab

#Now click 'Expand Widget Templates to expand the CSS code.

#Find the following code in your template.



<@b:if cond='data:post.labels'>
<@data:postLabelsLabel/>
<@b:loop values='data:post.labels' var='label'>
<@a expr:href='data:label.url' rel='tag'>,
<@/b:loop>
<@/b:if>


# Now Delete the Code
Before the Change

Note:- Remove 1st of all this @ sign from above script.

No comments:

Post a Comment