How to hide linkwithin widget from blogger homepage | Related Posts widget
Hello Dohhnnuttites once again, you are all welcome back again. About an hour ago we posted on How to Add Related Posts widget to blogger, which we introduced to you guys Linkwithin widget. We explained in details how to add it to your blog/site and its features as well.

The related posts widget display also on Homepage below posts on blogger. This is due to beautify your site. But there are some blogger that do not want the widget to display on Homepage and they want to remove or hide it from Homepage, because of this we did some findings on this issue and we came-up with this solution.
To hide/remove the Linkwithin Related posts widget from Homepage follow the instruction carefully:
You are advise to backup your blogger template, because you are adding a new CSS code to your HTML Template Code.
1. visit Blogger
2. Click Blog, you want to add widget on.
3. From the dashboard, select the Template from the Tab blogger dashboard menu.
4. On the Template Tab click the “Edit HTML” button.
(Now the blogger HTML CODE will Open)

6. Now paste the generated Linkwithin widget HTML code above </body>
7. Now you have pasted the Linkwithin widget HTML code above </body>,
To hide this linkwithin related posts from homepage,
8. Add CSS Code just before the Linkwithin widget HTML code
"<b:if cond='data:blog.pageType == "item"'>".
9. Now add CSS Code below your Linkwithin widget HTML code "</b:if>"
Now your code will look like this:
<b:if cond='data:blog.pageType == "item"'>
<script>
var linkwithin_site_id = 2400523;
</script>
<script src='http://www.linkwithin.com/widget.js'/>
<a href='http://www.linkwithin.com/'><img alt='Related Posts Plugin for WordPress, Blogger...' src='http://www.linkwithin.com/pixel.png' style='border: 0'/></a>
</b:if>
</body>.
10. Now save and you are done now you have hide the linkwithin related posts widget from your homepage.

No comments:
Post a Comment