Home › Forums › CSS › image won’t load and jquery › Re: image won’t load and jquery
February 4, 2012 at 2:35 pm
#96171
Member
The images are in the themes image folder ? if so you have to set the path to
wp-content/themes/THEME_FOLDER/images/image_01.png
If you want to get the theme path in your template(eg. index.php) use
; ?/>/images/image_01.png)
this might be the same issue why your script can’t be found ?