adf.ly - shorten links and earn money!

How To Hide Blog Posts From Blogger Home Page

Blog post is the main item sholud have in blogger main page. But if you have some idea to your blog theme and want to hide the blog post. This tutorial is just for you.



#steps:
1. Go to Dashborad => Design => Edit HTML (Edit Template HTML)

2. Search this code (Ctrl + F), ]]></b:skin>. Paste the code below after ]]></b:skin>.

<b:if cond="data:blog.url == data:blog.homepageUrl">
<style type="text/css">
.post, .sidebar, #blog-pager {display:none;}
</style>
</b:if>
<b:if cond="data:blog.url == data:blog.homepageUrl">
<style type="text/css">
body#layout .sidebar {display:inline;margin-top:200px;}
</style>
</b:if>

With the code, you hide your blog post and sidebar. If you want to show your sidebar, just remove the .sidebar, code.

3. Save and finish. Refresh to see the result.

Like and share man! :)

+credit: Anandz.co.in

0 comments:

Post a Comment

Drop your comment. Ask or suggestion.

Join us on Faceboook Page too.