Ads (728x90)

Latest Post

Kesehatan

Tips

Recently, I released the auto-sliding featured post widget for Blogger blogs. Hopefully, this widget have no any issue like before.

I got one question regarding this featured post widget from one of my reader.


Hello, You sliding widget is just amazing.

the only problem for me is, i want that sliding widget only on homepage.
once, someone opens some post, that widget must not be displayed.
how can i do that ?
kindly reply

Actually, I could have answered to this question personally but I think there are may other peoples who are searching for same solution.

Well, this is the post that shows you how to hide auto sliding featured post widget in post pages of Blogger blogs. Please note that this tutorial is for only auto sliding featured post users. Kindly, follow the following tutorial to hide auto sliding widget.

Step 1


Go to Blogger > Design > Edit HTML.

Step 2


Find the code </body> in your template and add the following code just above </body> tag.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#slider {
display: none;
}
</style>
</b:if>

Step 3


Now you are done! Just refresh your homepage first then the post page. You'll see that there will be no auto sliding featured post widget in your post pages. But that widget remains appears in the homepage.

You can still share the bugs and problems regarding this widget via comment below.

Post a Comment