Skip to main content

How to Disable Widget / Gadget In Blogger Particular page or Post

Currently there is no special menu in Blogger to disable or deactivate a gadget / widget in the particular page or blog post, but you can do a little trick, edit the html code with easy.

• Give a name/title  of the gadget which you want to set, ( to make easy searching)
• Go to the Template menu, then select Edit HTML
• Click on the html area, press Ctrl + F to display the search column, then type/write the title, hit Enter key to start searching.
• Find the code below. The codes write in color (red and blue)  are the code that you have to add


• Change the red with the URL address that  you don't want the gadget appear.

          <b:includable id='main'>
    <b:if cond='data:blog.url != "URL of the page"'>
    <!-- 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:if>
    </b:includable>


• See sample figure below for more details :
(click on figure for enlarging)

• In this sample, the name of title is cobacoba
• When the gadget code already found, click the arrow sign at the left  to see complete codes



• If more than one URL, just copy and paste the code to the next row with different URL address.
• Don't forget to give closing tag with the same amount of row (URL) made above.




Good Luck.

Popular posts from this blog

How to Enable Hyper Terminal In Windows 7

Hyperterminal Windows 7. Windows 7 Hyperterminal. Hyper terminal is used for data communication via serial port com or TCP/IP Winsock. Unfortunately on Windows 7, Windows 8 and Windows 10 we can't see anymore, even though many of us who still need it, and it is not the solution if we have to go back to Windows XP. The solution :

Vaio stuck on loading screen after upgrading to Windows 10

My Sony Vaio laptop model : VPCCA16FB with originally using Windows 7 operating system, then now I already upgraded it to Windows 10. All drivers are already installed for each device, everything is OK with this Windows 10 OS. The only problem is:  when I switch the laptop on or restarting it, after vaio logo appears then it stuck with blank screen and it takes about 2 minutes. After that, then it continues to loading Windows. After I googling about the problem, I am not only the one, other people also have the similar problem with their laptops. The cause is in the Ultra Low Power State (ULPS) system. ULPS is a feature or mode in hardware (graphics card) designed to save power by reducing energy consumption to very low levels. Now the problem is solved. If you have the same or similar problem, maybe this below step will help you too.

How to deny access to a drive in Windows 10

How to disable access to drives in Windows.  One of ways to  make disable access to drives in Windows (all Windows, Windows 10, Windows 8, Windows 7, also Windows server.. ), you can use Group policy editor . Below are  the steps: 1. Press Windows + R  (to open Run command ), write gpedit.msc at Run column, then hit Enter or click OK.