Skip to content Skip to sidebar Skip to footer

Making a gadget visible only to the blog administrator

And the title of the post speaks for itself. There are widgets that sometimes we want to be visible only to us and not to the readers of our blog, maybe an already completed questionnaire that we want to save, or a counter or widget that no one knows about when setting it up. Nothing else should appear until the final result is ready.
blogger widgets, blogger tutorials
The procedure is simple, we just need to add a couple of lines to the widget we want to hide.

The first thing you need to do is go to " Template > Edit HTML Code " and then find the widget icon we want to hide. It will be easier to use CTRL+F and find the name of the widget/widget.

For example, in the HTML/Javascript tool, we will see the following code:














Just add the red parts and you're done. If you are logged out go to your blog, you will not be able to see the hidden widget, but once you log in you will see that it is visible to you.
Not all devices have the same architecture as in my example, but it will be easier for you to navigate, just put the first code in red right after

And the second symbol is red just before that

Note. To see the widget's icon, click the arrow on the side next to the widget ID.

And with this tool, it will be hidden from other readers, except for you.

Post a Comment for "Making a gadget visible only to the blog administrator"