I recently saw an admin panel that had options to set background images for a page.
The option was found on from clicking pages and then a “main page”. Under the description was a form that allowed you to upload up to 5 different images. You could reorder them etc.
This in turn uses those images to rotate through background images on the “main page”
I was wondering how you would replicate this? I’m a huge wp noob when it comes to editing admin stuff. If it’s a just bunch of PHP hooks and stuff no problem, but I have a feeling it’s more than that. I realize one solution is to create a post and then attach a bunch of images to that post, but the client saw this panel and wants something just like it. Where they can change the images from the page configuration (which makes sense). As for the delivery end (the css and javascript) that’s no problem, I’m just wondering about this piece right here.
here’s the setup:
Any help would be phenomenal.
Thank you
Example of the result http://www.honolulufurniturecompany.com
i would try the plugin “attachments” for the images. use it all the time for making page-specific galeries, downloads, etc.
afterwards, you can use the script “supersized”
Enqueue the Javascript from the Plugin, and place the following Code into the
<head>
:you can use as many images as you want. I recommend them to have a resolution of about 1600×900, to have beautiful images evven on a big screen, while not having a too big filesize.