Sunday, September 11, 2011

Blogger Usefull Coad


 Usefull Coad
CasesWant \ DoReplace MY FIRST LINE CODE with
1How to display gadgets only on home page of blogger. ( How to hide gadgets from static pages and post pages in blogger. )<b:if cond='data:blog.pageType == &quot;index&quot;'>
2How to display gadgets only on post pages of blogger.( How to hide gadgets from home page and static pages in blogger. )<b:if cond='data:blog.pageType == &quot;item&quot;'>
3How to display gadgets only on static pages of blogger. ( How to hide gadgets from home page and post pages in blogger. )<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
4How to display gadgets on post pages and static pages of blogger.( How to hide gadgets from home pages in blogger. )<b:if cond='data:blog.pageType != &quot;index&quot;'>
5How to display gadgets on home page and static pages of blogger. ( How to hide gadgets from post pages in blogger. )<b:if cond='data:blog.pageType != &quot;item&quot;'>
6How to display gadgets in home page and posts pages of blogger. ( How to hide gadgets from static pages in blogger. )<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
7How to display gadgets only on archive pages of blogger.<b:if cond='data:blog.pageType == &quot;archive&quot;'>
8How to display gadgets only on a specific page of blogger.<b:if cond='data:blog.url == &quot;Your_URL_Here&quot;'>
9How to display gadgets except any one specific page of blogger.<b:if cond='data:blog.url != &quot;Your_URL_Here&quot;'>

No comments:

Post a Comment