I’m looking for a plugin that will allow the user to upload files, maybe 4-10 that can be used on the homepage as part of a slideshow. I can code the slideshow part myself, if necessary, but the thing I’m interested in is a way for the user to select / upload the photos. It would be excellent if they were integrated with WordPress’ media manager just like other uploads. Thanks!
Leave a Reply
You must be logged in to post a comment.
jQuery Cycle and Cycle Lite are very flexible and very easy to use.
Most WordPress slideshow plugins either don’t do exactly what you need or they try to do everything and are overly complicated with options and features.
The solution
Build the slideshow feature into your theme template or code your own plugin.
To make it easy and intuitive for the user I would create a “Featured Content” custom post type that only supports a featured image (thumbnail) and the excerpt if you want to add a caption to each image.
Register your custom post type and for the supports argument use:
Enqueue your scripts in functions.php
Set your “featured image” size in functions.php
Set up the the template to display your slideshow
Add your jQuery Cycle settings to your custom.js file
Add some css
The UI
The Slider on the front end