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
<div class="album">
<div class="thumb">
<div class="albumdesc">
Then just link to the ZP CSS in the head section.
Thanks!