
First thing to do is to go to Template > Edit HTML and then search for the gadget's code we want to hide. It will be easier using the CTRL + F keys and locating the name of the gadget/widget.
For example, in a HTML/Javascript gadget, we will see a code like this:
<b:widget id='HTML1' locked='false' title='' type='HTML'><b:includable id='main'><span class='item-control blog-admin'><!-- 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'/></span></b:includable></b:widget>
And the second red code just before </b:includable>
Note: to look inside the widget's code, click on the sideways arrow next to the widget's id.
And with that the gadget will be hidden for readers except you.
Post a Comment Blogger Facebook
Click to see the code!
To insert emoticon you must added at least one space before the code.