Lock main gallery image

Is there a way to select the image (thumbnail?) that is displayed for the gallery at the top of the main page. I'm using Zenphoto 1.3, Effervescence+ theme, Image page personality. The site is www.mtnolson.com --> Adventures --> 2010 to display the main page for Zenphoto. The top image right now is a random picture and I can't find where to select an image and lock it in like albums.

Comments

  • You will have to modify the theme. Look for calls on `makeImageCurrent(getRandomImages(true));`. You want to change the part that reads `getRandomImages(true);' with the image object of your choice.
Sign In or Register to comment.