Open jadejd1 opened 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
}
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
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