I would like to have just one album displayed when you go to my home page, and below the album would be links to page 1234...etc. Each page would also just have one album. I changed the albums per page option to 1 in the admin panel, but it doesn't seem to work with any of the themes. I was wondering if this was possible and if someone could help me. Thanks.
Comments
So the fix is to remove the call `$firstPageImages = normalizeColumns('2', '5');` (or the like) at the beginning of your theme's index page file (which that is exaclty depends on the theme).
Update: It is actually usful on the index page as it normalizes the standard of 5 albums per page to 6 if there are no images to display. As said remove it on the theme files.
I suppose you mean "image thumbs" as "album thumbs" represent an album, not the image within (just to avoid missunderstandings in the future).