Here am giving simple steps to remove the labels from the post heading in the blogger.
step1 : goto settings => Template => Edit HTML (see picture for clarity.. :p )
step2: search for <b:loop values='data:post.labels' var='label'> in the html (see picture for clarity.. =D )
{{tip: click anywhere on the code displaying and press ctrl+f and enter search text i.e.,
<b:loop values='data:post.labels' var='label'> and press enter.}}
step 3: You will see the follow code
<span class='meta_categories'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><span class='main-color-bg cat4'/><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>
step2: search for <b:loop values='data:post.labels' var='label'> in the html (see picture for clarity.. =D )
{{tip: click anywhere on the code displaying and press ctrl+f and enter search text i.e.,
<b:loop values='data:post.labels' var='label'> and press enter.}}
step 3: You will see the follow code
<span class='meta_categories'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><span class='main-color-bg cat4'/><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>
Just uncomment it or delete.
step 4: Save and goto your blog page.
step 4: Save and goto your blog page.
U R Done...!!!!
Enjoy, Have fun... If you like the post, +1 us and Share us... :) =D
Enjoy, Have fun... If you like the post, +1 us and Share us... :) =D
No comments:
Post a Comment