it might be the simplest question but i can't find why my javascript files and images are not recognized by wordpress : i put all my JS files and images in my theme's folder, so i created a folder "word" inside "theme", with all the content and then i added my files. But the website doesn't recognize the path to the javascript or the images. Could you please tell me what i'm doing wrong?
i used it like that in the header page :
< script src="jquery.js" type="text/javascript">
Thanks ;)