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.
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.
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
I have some sites I can point you to if you're having trouble.
Thanks. I found a few. Any in particular you recommend (for a rookie coder). Thanks.
This topic has been closed to new replies.