jashwant / kickass-slider

KickAss Slider ( CSS3 slider wordpress plugin )
http://jashwant.github.io/kickass-slider
15 stars 14 forks source link

tryig to add slider to template #11

Open jadejd1 opened 11 years ago

jadejd1 commented 11 years ago

so this will only show on my home page site is dev.rgbdesignuk.com I want the slider to only appear on my front page and no others please help i can see how i would do this from the provide documentation btw great slider

jashwant commented 11 years ago

You can always use wordpress conditional tags in your template to check if the page is home page or front page.

if(is_front_page()) {
   // put your shortcode here
}

Reference

jadejd1 commented 11 years ago

Doesn't quite seem to work I'm sure what you mean by is_front _page should that be url or name of the page

so should it be if(/home()) { // put your shortcode here } if its to apear on the home page