Is it possible to exclude certain images/thumbs from the rotating of random images on the frontpage and in subfolders? I can set the main thumb for subfolders but I can not find a way to set the main image for the frontpage and galleries itself.
I have some nude 3D renders and although over here (The Netherlands) people do not care, in other countries they don't like it to be confronted to nudity without any warning.
I use the default Effervescence+ as theme.
Comments
In gallery.php change line 57
`
printHeadingImage(getRandomImages
(getThemeOption('effervescence_daily_album_image')));
`
to
`printHeadingImage(getRandomImagesAlbum('header-album'));`
where `header-album` is the album from which to show the random header images.
(you can of course name the album anything you like)
If you want a static header image, just put only one image in the album.
This way you can control what you want to show as header image.