How to display only Post Title in Labels





This Blogger hack is to display only the Post Title in the Labels page. There are few steps involved to achieve this.
Lets start.
1. Logon to Blogger.
2. Navigate Template.
3. Check Expand Widget Template.
4. Search for “<b:include data=’post’ name=’post’/>”
5. Replace with the following code:
<b:if cond=’data:blog.homepageUrl !=
data:blog.url’>
<b:if cond=’data:blog.pageType != “item”‘>
<a expr:href=’data:post.url’>
<data:post.title/></a><br/><br/>
<b:else/>
<b:include data=’post’ name=’post’/>
</b:if>
<b:else/>
<b:include data=’post’ name=’post’/>
</b:if>
6. You are done!!

Warning! Before performing any changes to the HTML code of your Template, We always recommend you to Backup your Template and perform any actions.



We'll send more interesting posts like How to display only Post Title in Labels to you!
Enter your Email Address:
Join us on Facebook.

Speak Your Mind

*