Sunday, August 04, 2013

How to Remove Post Footers From Home Pages in Your Blog?

Unfortunately, by default they display the footer for each post which really clutters up your home page. For bloggians Using auto read more option this can be very annoying for them. The good news is, with just a few lines of code you can configure your blog so footers only display on actual posts and not on the home page.

Remove Post Footers from Home page

  • Go to blogger > Template > Edit HTML.
  • Now, find ]]></b:skin>.
  • Copy the following code just below it.
<b:if cond='data:blog.pageType != "item"'>
<style type='text/css'>
.post-footer {display:none;}
</style>
</b:if>


[SCREEN SHOT]


  • Now, view your blog and post footer will not be displaying at Home pages.
  • Enjoy :)
If you found any problem just drop the comments. Thanks for visiting.
Like the Post? Please share it with your Friends.

No comments:

Post a Comment

Warning !

Search This Blog