• I am currenlty showing video and text on my blog. But I would also like to inlcude photographs in my post in the format of a photo slider. Any good plug ins? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Instead of looking for a plugin, take a look into JQuery scripts which are, confusingly enough, called plugins. Just do a search for “JQuery slideshow” and you’ll find tons of options. Then, all you do is link to the script(s) in your header.php file:

    <script type="text/javascript" src="js/jquery.js"></script>

    You’ll then have to include the function in the index file where you want to show the slideshow but it’s generally pretty easy. Most of the Jquery stuff just looks for

    • calls and turns those images into the slideshow.
    • I have some sites I can point you to if you’re having trouble.

    Thread Starter micadz

    (@micadz)

    Thanks. I found a few. Any in particular you recommend (for a rookie coder). Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photo slider plug in’ is closed to new replies.