Currently my theme shows 12 albums per page, but I'd like my index page to show more (like 18) so users don't have to paginate on the index page. However, I still want all the other albums to show only 12. Has anyone done this or can they suggest how it might be done? Thanks!
Comments
If you want to show all the first level albums on the index page it is a little simpler. Just use `next_album(true)` for the loop.