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