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.
<style type='text/css'>
.post-footer {display:none;}
</style>
</b:if>
[SCREEN SHOT]
Remove Post Footers from Home page
- Go to blogger > Template > Edit HTML.
- Now, find ]]></b:skin>.
- Copy the following code just below it.
<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 :)
No comments:
Post a Comment