View Single Post
  #7 (permalink)  
Old 06-01-2008, 03:09 AM
mintblogger's Avatar
mintblogger mintblogger is offline
Established
 
Join Date: May 2008
Location: New Delhi
Posts: 96
iTrader: (0)
mintblogger is a glorious beacon of light mintblogger is a glorious beacon of light mintblogger is a glorious beacon of light mintblogger is a glorious beacon of light mintblogger is a glorious beacon of light mintblogger is a glorious beacon of light
Send a message via Skype™ to mintblogger
Default Re: How to hide labels from blog post footer

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.

Code:
<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 != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>
First take a backup of your template and after that delete this portion from your template. Now no labels will come beneath your posts. I hope this will help you.
__________________
Blogging Tips and Social Media | Fresh Tech Tips | Adsense Primer
Follow me on Twitter: mintblogger
Reply With Quote