On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
On the front side I wish to have, between the header and footer, 5-6 images that are rotating every x seconds. It would be great if it could span 100% of the width but it is also okay if it is just centered. This is only on the first page though, the rest of the site I wish to have as I have (a grey border and white background). Does anyone know a plugin that make this work for me? Preferablly without any type of clicks. Also preferably with arrows that suggests that you can click back and forth between the images.
Thanks for the help WebElaine. What I did instead was install a nextgen gallery and that was great. I tried WP supersized but did not manage to get it working. So nextgen gallery solved the problem.
front-page.php
. See if your parent theme has that and if so, copy it into your child theme, then delete everything betweenget_header()
andget_footer()
, then work on adding the images. How do you want to store these homepage images? Are you adding a theme options page so the user can change them? Will they always be hard-coded into the theme? – WebElaine Commented Jan 9, 2019 at 16:09