Best way to use ZP for entire site?

I am using ZP to handle all of the portfolio images for a photog's site. The idea is to have one ZP album per specialty page. I've integrated ZP into the code by inserting existing HTML/CSS into album.php, index.php and image.php, but....

There is no need for a main "gallery" page showing all albums. Just one separate album per sub-page on the site. Maybe 20 different albums altogether.

I've read some of the threads here, but I just can't get my head around what I need to do. Multiple galleries? If not, how to integrate one album per sub-page throughout the site?

TIA for your help!

Comments

  • acrylian Administrator, Developer
    Do you mean something like this: www.christophclasen.de? That is quite easy, just create a main navigation that links directly into the desired album.
  • os07 Member
    Yes. My thinking is that all I have to do is use ZP to generate the index.php, album.php and image.php files. I just don't USE the index file anywhere, but copy the individual album code from:

    <div class="album">
    <div class="thumb">
    <div class="albumdesc">

    Then just link to the ZP CSS in the head section.

    Thanks!
  • acrylian Administrator, Developer
    Maybe the printAlbumMenu would be useful, too.
Sign In or Register to comment.