Many of you asked about "how to appear a slider only on homepage" in comments. I want to mention those comments here and say sorry to those guys for not answering your questions earlier. But here I am now with the solution.
Comments
Comments
Follow the steps below to make it appear only on homepage.
(I presume that you’ve added the slider code in a widget/gadget. )- Find your Slider Widget/Gadget ID (Gadget ID Finding Tutorial)
- Got to Template > Edit HTML
- Search in template for the Gadget ID you find out on Step 1. Note: Click anywhere in the template code area and press CTRL+F to open the search box. Paste the ID And press Enter.
- You’ll find the Widget Code as shown below. Here HTML1 is our Widget ID
<b:widget id='HTML1' locked='false' title='' type='HTML'> <b:includable id='main'> <!-- 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:includable> </b:widget>
- We have to add the conditional tag for the Widget Code to appear only on homepage. See below
<b:if cond='data:blog.url == data:blog.homepageUrl'> Widget Code Here </b:if>
- So after you made the change it will looks like:
<b:widget id='HTML1' locked='false' title='' type='HTML'> <b:includable id='main'> <b:if cond='data:blog.url == data:blog.homepageUrl'> <!-- 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> </b:widget>
- Now "Save Template" and you are done.
Does It Help? Let me know in comments.
Thanks for this awesome slider. Moreover, how to make the slider to work on blog's homepage alone.
Hello Great Job on the sliders. I have one query that others have already asked before, can this slider be retained only on the home page? If not, which other slider would you recommend? Thanks!!!
Thank you for your tutorial.
But how can I prevent that the slide show is shown on every page? It's only supposed to appear on the home page.
Hi
I only want this to appear on my homepage, but at the moment it appears on all my blog pages. how can i restrict to just homepage?
Thank you ! How do you confine the slider to just the home page ?
And can I make this slider to appear only in the main page(home)?
Thank you a lot!!
Nice slider ..............
Thanks
i want slider homepage only.how can remove other pages
Any way of keeping this only on the homepage of blogger? vs showing up on all posts?
will keep looking, post here if I find any solutions, thanks!
90
Thanks ! I was wondering if it's possible to show the slider only on homepage and not on every post pages ?
how can you edit so that the slider ONLY shows up on the homepage?
how to make it appear in homepage only?...
how can we remove the slider from posts page ?
thanks