Pages

remove/hide linkWithIn from homepage


LinkWithin is a blog widget that appears under each post, linking to related post from your blog archive. It is an awesome "related post" service which provides users to navigate to similar and related articles in the site easily.


                                          \
In home page and category pages where the multiple posts displayed , you will also see this related post of each article. This is not looking good so here I am explaining how to remove the related post widget from home page and showing this linkWithin in single posts.

  • Login to your blogger and then goto Template >> Edit HTML
  • Check Expand Widget templates
  • Search “LinkWithin” in your template
  • Add the following lines to your code.


<b:widget id='HTML1' 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>

No comments:

Post a Comment