It would be hard to go wrong in applying this hack so if it does not work, try the steps again.
Example of this hack: Click Here
Tutorial:
- In Blogger go to: Go to Layout then EditHtml
- Check Expand Widgets Template.
- Press CTRL + F
- Search for the following code: <b:include data='post' name='post'/>
- Replace this code with:
<b:if cond='data:blog.homepageUrl
!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if> - Save your work and preview blog
Makes searching for posts easier for readers.
Improves loading time by alot especially if you have many posts.
Comments
No responses to “How To Show Only Post Title In Labels”
Post a Comment