Show different # albums on home page?

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 do this, you will have to work out the pagination yourself. The standard ZP page computations are the same for the index page as for album pages. You should look at the `getSubAlbums()` methods in the gallery and album classes as a start.

    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.
Sign In or Register to comment.