Home > Blogger, Blogging, Internet Business > How to Hide Linkwithin Widget on Blogger (Blogspot) Home Page

How to Hide Linkwithin Widget on Blogger (Blogspot) Home Page

Linkwithin is one of the most useful widget i used for almost of my blog. Linkwithin can make the visitors take a longer time to view your website when they found something interesting in Linkwithin widget. But Linkwithin can also become problem if you use it in Blogger platform website. By default, Linkwithin will appear below each posts on the website including on the Home Page. This will make the website become slow to load. This will become problems for blog reader and Google Bot which visit your blog. To solve this problem, i will give you a simple guide how to hide the Linkwithin on Home Page and show them only on individual blog posts.

how to hide linkwithin widget How to Hide Linkwithin Widget on Blogger (Blogspot) Home Page
Before you modify the code, make sure you already backup the template.

1. Go to your Blogger Dashboard
2. Click Dashboard > Template
3. Click Edit HTML and Proceed
4. Make sure that Expand Widget Template is checked
5. Search for “Linkwithin” and you will find a code like below

<b:section id='sidebar-main' preferred='yes'>
<b:widget id='HTML7' locked='false' title='LinkWithin' type='HTML'>
<b:includable id='main'><data:content/></b:includable>
</b:widget>
</b:section>

6. Add the code so it become like

<b:section id='sidebar-main' preferred='yes'>
<b:widget id='HTML7' locked='false' title='LinkWithin' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "item"'><data:content/></b:if>
</b:includable>
</b:widget>
</b:section>

Blue Color – The code you must add to the script

7. Save the Template
8. It’s done. Reload your blog and see what happen

pixel How to Hide Linkwithin Widget on Blogger (Blogspot) Home Page

Incoming search terms:

  • how to hide linkwithin from homepage new html editor blogger
  • dont show linkwithin on homepage blogger
  • linkwithin is showing on my home page!
  • Adsense on blogger post before widget linkwithin
  • linkwithin code
  • linkwithin pages
  • linkwithin problems
  • linkwithin problems blogger
  • linkwithin widget on my main blog page
  • place linkwithin before comments
Be Sociable, Share!
  • more How to Hide Linkwithin Widget on Blogger (Blogspot) Home Page
  1. November 10th, 2012 at 15:27 | #1

    Thank you! You helped me a lot with this text.
    Greetings from Bonn / Germany
    Walid

  2. December 2nd, 2012 at 21:24 | #2

    great help!! thanks

  3. January 17th, 2013 at 09:42 | #3

    thanks mate, ive already hide one of my widget on my homepage.

  4. vamsikrishna
    February 28th, 2013 at 20:05 | #4

    thanks a lot now my blog looks good,it appears only on blog posts pages.in your site i found easyy method than others,thanx for the help.

  1. No trackbacks yet.