Hi all
I really liked the K-Milk theme, and wanted to use it, so I went and tried converting it to subalbums, but I keep creating a big mess... could someone help me?
Being totally honest, I tried copying and modifying the subalbums loop from the effervescence theme.
The main page is http://www.alyssey.net/photography/
Where, whenever there are subalbums I get "Images: 0"
One of the subalbums pages is: http://www.alyssey.net/photography/index.php?album=ImogenHeap
which looks all crooked and has "comments" in it.
The next page is
http://www.alyssey.net/photography/index.php?album=ImogenHeap%2Fzoe
Where everything looks good, but there's too much "air" at the top, and it just stays at "Photography | Zoe Keating" where it should be "Photography |Imogen Heap | Zoe Keating" and also has comments.
The code I copied from effervescence and changed was this:
`<!-- SubAlbum List -->
<ul id="zPageList">
<?php while (next_album()): ?>
[*]
<?php if (getNumImages() > 0) {
echo "with ".getNumImages()." image(s)\">";
} else {
echo " (subalbums)\">";
} ?>
<?php printCustomAlbumThumbImage(getAlbumTitle(), null, 180, null, 180, 80); ?>
"><?php printAlbumTitle(); ?>
<?php endwhile; ?>
</ul>
</div>
</div>`
Thanks everyone for your help!
Alyssey