Display Labels With Post Title Only in Blogspot
And to create Display Labels With Post Title Only in Blogspot, you can do as follow below:
1. Log on first Blogger
2. Layout and then select Edit HTML -> check Expand Widget Templates
3. Find code red that placement like this:
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>
<b:include data='post' name='post'/>
4. If the code does not meet the color red can search the following code:<b:include data='post' name='post'/>
5. have been met? If you are staying to change the red code 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. Save and your done..
Do you find this article useful? Share it via Retweet, Share. Any suggestion, question or comment? Please post it in the comments below.