How to Hide Posts From Home Page of Blogger Blog?

Every Blogger Blog comes up with it’s default settings with blogger posts and sidebar, where you can add various widgets according to your need. Widgets helps us a lot to create a static home page for a Blogger Blog but many bloggers face a problem when they fail to hide posts from homepage.

So, now in this tutorial we will discuss that how to hide posts from home Blogger[3]page of blogger blog? all you have to do is just follow some easy steps in which you have to add some conditional tags to your blogger blog, now check the steps below:

  • Go to Blogger Dashboard > Template > Edit HTML.
  • Now press Ctrl + F and search for below code:

<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>

  • Now just replace the whole code with below code :

<b:if cond='data:blog.canonicalUrl != data:blog.canonicalHomepageUrl'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</b:if>

  • Now click on Preview to check weather the code is implemented correctly or not.
  • Then click on Save Template and refresh your blog.

That’s It you have successfully removed those posts from home page of blogger blog, now you can make a static home page by adding widgets everywhere.

Cloud Tags: How to Hide Posts From Home Page of Blogger Blog, hide posts from blogger homepage easily, make a static homepage for blogger.

ALSO SEE:
How To Restart your Friends Phone Through SMS Prank?
How to Scan QR Code Using Android Phones?
Google Things To Do In to find Top Tourist Attractions of a City
Flying Style Drop Down Menu For Blogger Blogs

No comments: