Hi. Why don't you display the album title and its description using their dedicated fields (or another one if you use it for something else) ? Then you just have to paste that in your theme : <?php printAlbumTitle(true); ?> < br / > <?php printAlbumDesc(true); ?>
Thanks, I'm using the album description, so I could try the custom field for a subhead. Could I include it in the title tag? Now the title tag code reads this (in part):
<?php echo getBareAlbumTitle();?>
Could I use this instead (not sure the code for the custom field, which I assume is "Custom Data" on the Edit Album page:
Comments
Why don't you display the album title and its description using their dedicated fields (or another one if you use it for something else) ?
Then you just have to paste that in your theme :
<?php printAlbumTitle(true); ?> < br / >
<?php printAlbumDesc(true); ?>
<?php echo getBareAlbumTitle();?>
Could I use this instead (not sure the code for the custom field, which I assume is "Custom Data" on the Edit Album page:
<?php printAlbumTitle(true); print????(true); ?>
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintImageCustomData