
Finally, the admin tried to experiment directly on the main blog. Of course, of all the admin's scientific friends, only the admin studied CSS and scripts, so if something happened, the admin just had to dismantle the CSS.
Five hours passed, the CSS had been mixed until it was even, but the widget still always appeared whether when opening an article, clicking on the label and on the Blogger front page , the admin suddenly thought, there must be a way, it's just that maybe the admin wasn't careful enough, in the end the dismantling of the CSS continued...
Morning has arrived, the roar of the morning call to prayer suddenly stabbed my struggle this time. Like it or not, in the end the admin was forced to googling to find a solution to this stubborn widget problem. And it turns out, the problem isn't in the CSS or script, but it just requires installing the code that calls the layout or what is commonly called a widget wrapper... No wonder... Oh my gosh, bro...!!!
So... Without further ado, please test it yourself, here are the codes for bloggers .
How to display widgets only on (Homepage) Blog Main Page.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
PAL WIDGET CODE
(slider widget code, banner etc.)
</b:if>
How to Hide widgets on (Homepage) Blog Main Page.
<b:if cond='data:blog.url != data:blog.homepageUrl'>
PAL WIDGET CODE
(slider widget code, banner etc.)
</b:if>
How to display widgets only on Page Items (articles).
<b:if cond='data:blog.pageType == "item"'>
PAL WIDGET CODE
(slider widget code, banner etc.)
</b:if>
How to Hide widgets on Page Items (articles).
<b:if cond='data:blog.pageType != "item"'>
PAL WIDGET CODE
(slider widget code, banner etc.)
</b:if>
How to display widgets only at certain URL addresses.
<b:if cond='data:blog.url == "URL Address"'>
PAL WIDGET CODE
(slider widget code, banner etc.)
</b:if>
How to Hide widgets at certain URL addresses.
<b:if cond='data:blog.url != "URL Address"'> PAL
WIDGET CODE
(slider widget code, banner etc.)
</b:if>
Nb. Replace the red writing with your widget code, if you fail, try again, the point is never give up... Keep up the spirit bro..**