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
<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.

