Learn How To Become a blogger ,Free Templates,Blogger Widgets, Blogger Gadgets,Blogger Tricks And Tips ,Download browsers,software,Net

Thursday, August 16, 2012

Display Selective Tools In Blogger

Learn How To Show Hide Widgets In Blogger Blog. You Can Easily Show And Hide Widgets By Simply Adding Code. You Can Hide Widgets On Particular Page.

Before getting into the details of selective display,let us discuss about the different types of pages on blogger.

  • home page- yea its your blogs home page as the name suggests(actually this is not a type. but i will still include it here..)
  • Archive Page- Refers to archive pages..
  • Item Page - Refers to Post Pages
  • Index Page - Includes home page + label page + search results page
  • Static Page – The newly introduced Blogger Pages
Selective Display..
There are different conditions to check the page type. You can use these conditions for the selective display.
<b:if cond='data:blog.pageType == "index"'>
  Widget Code
</b:if>
Hide Widget Only From Index Pages
<b:if cond='data:blog.pageType != "index"'>
  Widget Code
</b:if>
Show Widget Only On Home Page
<b:if cond='data:blog.url == data:blog.homepageUrl'>
  Widget Code
</b:if>
Hide Widget Only From Home Page
<b:if cond='data:blog.url != data:blog.homepageUrl'>
  Widget Code
</b:if>
Show Widget Only On Post Pages
<b:if cond='data:blog.pageType == "item"'>
Your Widget Code
</b:if>
Hide Widget Only From Post Pages
<b:if cond='data:blog.pageType != "item"'>
Widget Code
</b:if>
Show Widget Only On Static Pages
<b:if cond='data:blog.pageType == "static_page"'>
  Widget Code
</b:if>
Hide Widget Only From Static Pages
<b:if cond='data:blog.pageType != "static_page"'>
  Widget Code
</b:if>
Show Widget Only On Error Pages
<b:if cond='data:blog.pageType == "error_page"'>
Your Widget Code
</b:if>
Hide Widget Only From Error Pages
<b:if cond='data:blog.pageType != "error_page"'>
  Widget Code
</b:if>
Show Widget Only On This Page
<b:if cond='data:blog.url == "Page URL"'>
  Widget Code
</b:if>
Hide Widget Only From This Page
<b:if cond='data:blog.url != "Page URL"'>
  Widget Code
</b:if>
Now you can locate the emergence of your Tools

0 comments:

Post a Comment

Please do not spam Spam comments will be deleted immediately upon our review.

Regards,
JeHad Hussein

Note: Only a member of this blog may post a comment.

Subscribe via email for free

Activate your subscription by clicking on the link in an email from Feedburner. We respect your privacy.

Most Popular

 

random topics

Followers

Bloggers - Meet Millions of Bloggers

Are you looking for?

Become a Fan On Facebook!

Follow @Bloggertofree