Where should I place my Easy Slider jQuery functions in my Wordpress theme?
I added Easy Slider to my Wordpress blog. The problem is that the buttons are even shown when there's a Page with no slider or pictures. I used to place this: $(document).ready(function () { //easy slider $("#slider").easySlider({ auto: true, continuous: true }); }); in a custom.js file which I placed in Wordpress's footer.php...