Hi there,
I'm wondering how I can get -just- the title of the albums on my Index.php page.
With functions like :
<?php echo printAlbumTitle() ?>
<?php echo getAnnotatedAlbumTitle();?>
I always have the album title + something (like <span class="zp_uneditable zp_uneditable_album_title">).
How to get just its name ?
Many thanks
Comments
You can disable that
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintAlbumTitle
Also we most always have a "get" Variant of each function that can be simply echoed.
Also note in Zenphoto terms there is a huge difference between the title and the name of an album:
http://www.zenphoto.org/2008/08/zenphoto-glossary/
<?php echo getAlbumTitle(); ?>