This article explains you how to display blogger Widgets only on your landing page(home page).
1. Go to Blogger
2. Go to Layouts-->Edit HTML
Note:
Before you try this hack backup your Template.
3. Check expand widget templates
4. Press Ctrl+F, and select the widget of your choice
The widget codes may look like this,
<b:widget id='HTML18' locked='false' title='' type='HTML'>
<b:includable id='main'>
5. Now Copy and Paste the below code after <b:includable id='main'> ,
<b:if cond='data:blog.homepageUrl == data:blog.url'>
6.Save the Template.
That's it your Blogger widgets will appear only on your blog homepage(Landing Pgae).
on July 20, 2009 at 9:53 PM
Sorry, don't work. I test it in PriyoBlogs
without </b:if> it don't saved. I ad </b:if> and able to save.
at last nothing happened.
on July 2, 2013 at 10:22 AM
me too. it is not work.
Post a Comment