Displays only the title of the post on the Label

1. Sign in to blog
2. go to Layout Click it
3. Click edit HTML
4. Chek on 'Expand Widget Templates'
5. Find this code

<b:include data='post' name='post'/>

6. Replace it with this 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>

7. Save it

2 comments:

Post a Comment