Hello,
I have downloaded an installed filezilla and placed the files in the correct locations, also I will assume i can place the corresponding images into the image folder within the theme layout folder?
Now I understand that i need to now create html markup, I dont know where to post this code
<ul class=”bxslider”>
- <img src=”/images/pic1.jpg” />
- <img src=”/images/pic2.jpg” />
- <img src=”/images/pic3.jpg” />
- <img src=”/images/pic4.jpg” />
as for your wp_enqueue_script i understand that this line of code has to be added in order to load the script into the page
wp_enqueue_script( $handle, $src, $deps, $ver, $in_header );
I am unsure where to put this code, along with creating the bxslider class and where to put it. Let me know if you can advise me further. Thanks a lot
Aaron