How To Show A Blogger Widget On A Specifies Page

Just Follow The Below Step And Be Happy.....


1.) Just Add "Any Widget" Like I Add Here "Blog Archive" Widget If Not Added.
2.) And Edit As Given Below In Pic.
3.) Then Copy The Widget ID Like Here "BlogArchive1"



4.) Then Go To Your Tempalate > Edit HTML
 

5.) Than Click (Ctrl + F) To Find Your Widget ID.
You Will Find Like The "Blog Archive1" Here...
======================================

<b:widget id='BlogArchive1' locked='false' title='Our Site Map' type='BlogArchive'>
<b:includable id='main'> 
<!-- only display title if it's non-empty --> 
<b:if cond='data:title != ""'> 
<h2 class='title'><data:title/></h2> 
</b:if> 
<div class='widget-content'> 
<data:content/> 
</div> 
<b:include name='quickedit'/> 
</b:includable>
======================================

6.) Then Add The Below Code After 
<b:includable id='main'> 
<b:if cond='data:blog.url == &quot;URL OF YOUR DESIRED PAGE&quot;'>
7.) And Add The Below Code Before 
</b:includable>
</b:if>

8.) Now Create A Blog Page Where You Want To Display Your Gadget.
9.) Then Copy There URL And Past It Instead Of
URL OF YOUR SITEMAP PAGE
Like...
http://exeideas.blogspot.com/p/exeideas-blogs-sitemap.html
10.) Then Click Save...
Then Tell Me How It Looks.....
Don't Forget To Say Thanks

Comments