Linkwithin widget is used to show related posts on each and every single page. But most of them don't like to show widgets on home page. if you don't want to show Linkwithin widget on home page then here you will learn how to do it.
Step 1 : First delete your current Linkwithin Widget and go to LinkWithin website.
Step 2 : Add your site details and create new code. Don't forget to select Platform as Other.
Step 3 : Now copy the generated code and paste it in notepad.
Step 4 : Go to Layout >> Template >> Edit HTML
Step 5 : Click on Edit HTML and search for the following code
</body>
Step 6 : Paste the following code just above the </body>
<b:if cond='data:blog.pageType == "item"'>
Step 1 : First delete your current Linkwithin Widget and go to LinkWithin website.
Step 2 : Add your site details and create new code. Don't forget to select Platform as Other.
Step 3 : Now copy the generated code and paste it in notepad.
Step 4 : Go to Layout >> Template >> Edit HTML
Step 5 : Click on Edit HTML and search for the following code
</body>
Step 6 : Paste the following code just above the </body>
<b:if cond='data:blog.pageType == "item"'>
Add your Linkwithin code here
</b:if>
you have to add Linkwithin code in between two lines as shown above and save the Template. Thats it now Linkwithin Widget will appear on the home page
Comments
Post a Comment