javascript
-
Hi there,
I am very new to wordpress and have been learning how to use wordpress as a cms.
I wanted my own custom themes so followed this tutorial to show me how this is done:-
https://net.tutsplus.com/site-builds/how-to-create-a-wordpress-theme-from-scratch/
I am running this on a local server. I not want to alter the theme and add an image slideshow. This slide show uses jquery and two other .js files.
I have the files held in C:\Program Files\EasyPHP 3.0\www\WordpressCMS\wordpress\wp-content\themes\newtheme\js
My images are in the newthemes folder images/slideshow
Now, how do i link the 3 javascript files so I can use them on all pages in my website?
I tried adding the following into the header.php just before the style sheet is called but it doesn’t work.
Any ideas?
cheers all
- The topic ‘javascript’ is closed to new replies.