{"id":95,"date":"2012-08-24T12:38:00","date_gmt":"2012-08-24T12:38:00","guid":{"rendered":"http:\/\/www.heerentanna.com\/2012\/08\/24\/how-hideshow-gadget-in-blogger-home-page-post-page-static-page\/"},"modified":"2023-08-29T11:38:39","modified_gmt":"2023-08-29T06:08:39","slug":"how-hideshow-gadget-in-blogger-home","status":"publish","type":"post","link":"https:\/\/www.heerentanna.com\/blog\/how-hideshow-gadget-in-blogger-home.html","title":{"rendered":"How Hide\/Show Gadget in blogger (Home page, Post page, Static page)."},"content":{"rendered":"<div class=\"separator\" style=\"clear: both;\"><a style=\"clear: left; float: left; margin-bottom: 1em; margin-right: 1em;\" href=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/08\/Hide+show+gadget+blogger.png\"><img decoding=\"async\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/08\/Hide+show+gadget+blogger.png\" alt=\"\" border=\"0\"><\/a>Sometime we require to hide or show gadget on specific page, it might be home page, static page or post page. As a blogger user every one must need to have knowledge about it. This post is all about it. You might have observe my own blog that few thing which is visible in post page but not at home page. for example sharing button, Adsense advertisement etc. i have done it just to reduce loading time of home page. a part from this there is much more thing which you can do with this feature. It is possible through this tips only lets understand it briefly.<\/div>\n<p><!--more--><\/p>\n<h4>Basic Concept<\/h4>\n<p><a style=\"clear: right; float: right; margin-bottom: 1em; margin-left: 1em;\" href=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/08\/basic-concept.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/08\/basic+concept.png\" alt=\"\" width=\"320\" height=\"149\" border=\"0\"><\/a>Before moving on lets be clear our basic understanding about what is Homepage, Post page and Static Page&nbsp; in blogger? Home page is a first page of your blog which indication related meaning of your blog. There is one saying that &#8220;<i>first impression is the last impression<\/i>&#8220;. At the same way your home page must be covers all the aspect that create impression. ultimately it will lead to gain traffic on your blog. Second one is post Page, the name its self suggest the page where you write article or post for your reader that complete URL link of page is known as a post page. and last one is Static Page, Generally are the same as post page but main difference is it will not appear in list or post page, it will not visible on RSS feeds and the last one is it will not appear on home page. Most of blogger are using static page to form a contact and about pages. So now i assumed that you clear about it. lets now move to our main agenda.<\/p>\n<h4>How Hide\/Show Gadget on Home page,&nbsp; Post page, Static page.<\/h4>\n<p>Before hide\/show gadget first we need to find a gadget id from our blogger template.<\/p>\n<p><b>Step 1: Log in <\/b>in to your blogger account. <a href=\"http:\/\/draft.blogger.com\/\" target=\"_blank\" rel=\"nofollow noopener\">Click here<\/a>.<br \/>\n<b>Step 2: Click on &#8220;layout&#8221; button<\/b> from dropdown manu of blogger dashboard.<br \/>\n<b>Step 3:<\/b> <b>Click on &#8220;Edit&#8221; button<\/b> of your gadget that you want to hide\/show and specific page.<\/p>\n<div style=\"text-align: left;\"><b>Step 4:<\/b> One popup will appear in which from URL, you will be able to find gadget id, For example see following screenshot for more information. <img decoding=\"async\" src=\"https:\/\/1.bp.blogspot.com\/-8IFX-HDEPFI\/UDaAyhgXX9I\/AAAAAAAABWA\/W9Ay3IAAWkU\/s1600\/Find+Gadget+Id+Blogger.png\" alt=\"\" border=\"0\"><\/div>\n<div style=\"text-align: justify;\">\n<p>Here in our example our widget id is HTML3. The code formation is blogger template something like<br \/>\n<code><\/code><\/p>\n<blockquote class=\"tr_bq\"><p>&lt;b:widget id=&#8217;<b>HTML#<\/b>&#8216; locked=&#8217;true&#8217; title=&#8217;<b>Title Of Your Gadget<\/b>&#8216; type=&#8217;HTML&#8217;&gt;<\/p><\/blockquote>\n<p>where &#8220;<b>HTML#<\/b>&#8221; represents your widget id number. in our example HTML3 which required to find in blogger template.<br \/>\n<b>Step 5: backup<\/b> your template. ( <a href=\"https:\/\/www.heerentanna.com\/blog\/backup-restore-blogspot-tempalte.html\" target=\"_blank\" rel=\"noopener\">How to backup your blogger template?<\/a> )<br \/>\n<b>Step 6:<\/b> Now select <i><b>Template<\/b><\/i> &gt; <i><b>Edit HTML<\/b><\/i> &gt; <i><b>Proceed<\/b><\/i> button.<br \/>\n<b>Step 7:<\/b> Check ( Tick) on &#8220;<b>Expand Widget Templates<\/b>&#8221;<br \/>\n<b>Step 8:<\/b> <b>Find your widget id <\/b>by pressing (Ctrl+F). In my case It will something look like<br \/>\n<code><br \/>\n<\/code><\/p>\n<blockquote class=\"tr_bq\"><p>&lt;b:widget id=&#8217;<b>HTML3<\/b>&#8216; locked=&#8217;false&#8217; title=&#8217;FEATURED VIDEO&#8217; type=&#8217;HTML&#8217;&gt;<br \/>\n&lt;b:includable id=&#8217;main&#8217;&gt;<br \/>\n&lt;!&#8211; only display title if it&#8217;s non-empty &#8211;&gt;<br \/>\n&lt;b:if cond=&#8217;data:title != &amp;quot;&amp;quot;&#8217;&gt;<br \/>\n&lt;h2 class=&#8217;title&#8217;&gt;&lt;data:title\/&gt;&lt;\/h2&gt;<br \/>\n&lt;\/b:if&gt;<br \/>\n&lt;div class=&#8217;widget-content&#8217;&gt;<br \/>\n&lt;data:content\/&gt;<br \/>\n&lt;\/div&gt;<br \/>\n&lt;b:include name=&#8217;quickedit&#8217;\/&gt;<br \/>\n&lt;\/b:includable&gt;<br \/>\n&lt;\/b:widget&gt;<\/p><\/blockquote>\n<p>Now you have to add two line see blue line first is just below <code>&lt;b:includable id='main'&gt; <\/code>tag and second one is&nbsp; just above<code> &lt;\/b:includable&gt;<\/code>.<br \/>\n<code><br \/>\n<\/code><\/p>\n<blockquote class=\"tr_bq\"><p>&lt;b:widget id=&#8217;HTML3&#8242; locked=&#8217;false&#8217; title=&#8217;FEATURED VIDEO&#8217; type=&#8217;HTML&#8217;&gt;<br \/>\n&lt;b:includable id=&#8217;main&#8217;&gt;<br \/>\n<span style=\"color: #0b5394;\">Here will be code based on your choice. we will see it.<\/span><br \/>\n&lt;!&#8211; only display title if it&#8217;s non-empty &#8211;&gt;<br \/>\n&lt;b:if cond=&#8217;data:title != &amp;quot;&amp;quot;&#8217;&gt;<br \/>\n&lt;h2 class=&#8217;title&#8217;&gt;&lt;data:title\/&gt;&lt;\/h2&gt;<br \/>\n&lt;\/b:if&gt;<br \/>\n&lt;div class=&#8217;widget-content&#8217;&gt;<br \/>\n&lt;data:content\/&gt;<br \/>\n&lt;\/div&gt;<br \/>\n&lt;b:include name=&#8217;quickedit&#8217;\/&gt;<br \/>\n<span style=\"color: #0b5394;\">&lt;\/b:if&gt;<\/span><br \/>\n&lt;\/b:includable&gt;<br \/>\n&lt;\/b:widget&gt;<\/p><\/blockquote>\n<p>Blue Highlighted First line is based on your choice. you have to find your code as per your requirement. Now lets see code for the same.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<table style=\"height: 799px; width: 587px;\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"398\">\n<col width=\"273\"> <\/colgroup>\n<tbody>\n<tr valign=\"TOP\">\n<td style=\"border-color: #000000 -moz-use-text-color #000000 #000000; border-style: solid none solid solid; border-width: 1.8pt medium 1.8pt 1.8pt; padding: 0.1cm 0cm 0.1cm 0.1cm;\" width=\"398\">\n<div style=\"text-align: center;\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><b>What you want?<\/b><\/span><\/div>\n<\/td>\n<td style=\"border: 1.8pt solid #000000; padding: 0.1cm;\" width=\"273\">\n<div style=\"text-align: center;\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><b>Code<\/b><\/span><\/div>\n<\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets only on home page.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType == &amp;quot;index&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from static pages &amp; post pages.<\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Display gadgets only on post pages of blogger.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from home page &amp; static pages. <\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets only on static pages<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType == &amp;quot;static_page&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from home page &amp; post pages.<\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets on post pages &amp; static pages<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType != &amp;quot;index&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from home pages<\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets on home page &amp; static pages.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType != &amp;quot;item&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from post pages<\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadget in home page &amp; posts pages.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" rowspan=\"2\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.pageType != &amp;quot;static_page&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Hide gadgets from static pages <\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets only on a specific page.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.url == &amp;quot;<span style=\"color: #990000;\">Your_Link_Location<\/span>&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<tr valign=\"TOP\">\n<td style=\"border-color: -moz-use-text-color -moz-use-text-color #000000 #000000; border-style: none none solid solid; border-width: medium medium 1px 1px; padding: 0cm 0cm 0.1cm 0.1cm;\" width=\"398\"><span style=\"font-family: FreeSerif, serif; font-size: small;\">Show gadgets except any one specific page.<\/span><\/td>\n<td style=\"border-color: -moz-use-text-color #000000 #000000; border-style: none solid solid; border-width: medium 1px 1px; padding: 0cm 0.1cm 0.1cm;\" width=\"273\"><span style=\"font-family: FreeSerif, serif; font-size: small;\"><code>&lt;b:if cond='data:blog.url != &amp;quot;<span style=\"color: #990000;\">Your_Link_Location<\/span>&amp;quot;'&gt;<\/code><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><b>Step 9: <\/b>After editing first line <b>Save your template<\/b> and see your blog.<br \/>\nIf you having any kind of query than comment below we will try to solve it as fast as possible.<\/p>\n","protected":false},"excerpt":{"rendered":"Sometime we require to hide or show gadget on specific page, it might be home page, static page&hellip;","protected":false},"author":1,"featured_media":14839,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"csco_display_header_overlay":false,"csco_singular_sidebar":"","csco_page_header_type":"","footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-95","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-blogging-tips","8":"cs-entry"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":0,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/95\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media\/14839"}],"wp:attachment":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/categories?post=95"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/tags?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}