Adding a slider to homepage
I want to add a slider to my directory homepage, but am having some difficulty.
Following someone's recommendation, I'm using the Easing Slider plugin, and am trying to work out where to insert the php function <?php if (function_exists('easing_slider')){ easing_slider(); }; ?>.
I tried adding it in header.php, but it appears on ALL pages, rather than just the homepage.
Can anyone advise where i should insert this code to have the slider appear ONLY on the homepage, above the business listings??
Thanks.