How To Show Only Post Title In Labels

This is going to be a very simple and easy hack to change your blogger Labels page so it will look neater to your readers when they decide to view your posts in the Labels section.

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:
  1. In Blogger go to: Go to Layout then EditHtml

  2. Check Expand Widgets Template.

  3. Press CTRL + F

  4. Search for the following code: <b:include data='post' name='post'/>

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

  6. Save your work and preview blog

Summary:

Makes searching for posts easier for readers.

Improves loading time by alot especially if you have many posts.





Related Posts :






Bookmark and Share

Back To Homepage For More Tutorials!

Comments

No responses to “How To Show Only Post Title In Labels”

Post a Comment