How to hide Blog Post gadget in blogger home page. - PH Trending

PH Trending

Latest Philippine news, trending stories about people, politics, sports, viral videos, technologies & more...

Breaking

Post Top Ad

Saturday 16 June 2018

How to hide Blog Post gadget in blogger home page.


If you wanted to hide all the articles found in the home page of your blogger blog you are in the right article.

Hiding the Blog Post gadget or widget is too easy to do. Just follow the simple steps below.

How to hide Blog Post gadget in blogger home page.

1. Open your Blogger Theme > Edit HTML.
2. Press CTRL + F (Find or search function) and type </head>
3. Copy and paste the code below before the closing </head>tag.

<b:if cond='data:blog.pageType == &quot;index&quot;'>
        <b:if cond='data:blog.url == data:blog.homepageUrl'>
<style>
#Blog1 { display: none; }
</style>
        </b:if>
</b:if>
4. Save your theme
5. Done! See sample below.

1 comment:

  1. I've been trying to figure that out and I saw this article on my google search. Thanks for the tip!

    ReplyDelete

Post Bottom Ad

Pages