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

PH Trending

The Apt News Source for Filipinos.

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.

No comments:

Post a Comment

Post Bottom Ad

Pages