How to create a simple slideshow out of a post image gallery?
Yes, you can use any slider jquery plugin you wish, but to feed the slideshow you need the photos. Galleries in WordPress are composed of posts with post_type attachment, and attachments that are attached to a post have that posts ID as their post_parent. So to get the images for the slideshow or slider, you … Read more