I'm here! acrylian: I didn't found any thread relating to this. As you said "Unpublish them" That will not work for me. I just want to hide albums showing on index page but not from sidebar nor from gallery.
1. Then what you want is not possible without doing some custom coding yourself. 2. Quote: "Zenphoto outgoing mail handler based on the PHPMailer class mailing facility. Requires PHP 5 or greater."
Regarding hiding of images in Zenpage. First you need to refine your terms. There is ZEnphoto and Zenpage is a plugin and Zenpage default theme is a theme with Zenpage support.
There are several ways for an index page: 1. The normal one with just the top level albums as on "normal" themes. 2a. The "news on index" option with news. 2b. The "news on index" option with CombiNews mode.
Comments
2. Quote: "Zenphoto outgoing mail handler based on the PHPMailer class mailing facility. Requires PHP 5 or greater."
There are several ways for an index page:
1. The normal one with just the top level albums as on "normal" themes.
2a. The "news on index" option with news.
2b. The "news on index" option with CombiNews mode.
So what do you excatly want to hide?
<?php while (next_album()): ?> <div class="album">
<div class="albumthumb">"
title="<?php echo getAlbumTitle();?>">
<?php printAlbumThumbImage(getAlbumTitle()); ?></div>
<div class="albumtitle">
"
title="<?php echo getAlbumTitle();?>">
<?php printAlbumTitle(true); ?></div> </div> <?php endwhile; ?>