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 == "index"'>4. Save your theme
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<style>
#Blog1 { display: none; }
</style>
</b:if>
</b:if>
5. Done! See sample below.
No comments:
Post a Comment