(Untitled)

Is it possible to break the "Gallery Archive" page into multiple pages as is done with each separate album? I have over 330 Albums in my gallery and clicking on the "Gallery Archive" page shows all of them at once. Thank you all in advance for any help!

I am running ZP 1.2 with the Stop Design theme. Please note my site is NSFW before visiting.

http://nsfwu.com

Comments

  • You would have to modify the albumarchive.php script. First you would change the `next_album(true)` link omitting the `true` and the test for `999`. Set the albums per page option to the number of albums you want. (Of cours, this option is shared with the album.php page, so you will have to come up with a compromise.)

    Then you need to add the pagination links to the script. Look at how the album.php script does this.
Sign In or Register to comment.