Viewing 1 replies (of 1 total)
  • Hi Peter,
    I suppose the compact album template in the folder “view”/album-compact.php just calls for a gallery template (gallery.php) when the preview picture of the album is clicked.
    So you have to look in gallery.php, and in
    <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
    just make an h2 or whatever, asking for the title of the gallery.
    I guess that should be something like:
    <h2><?php echo $gallery->title ?></h2>
    Hope that can help you.

    Ottie

Viewing 1 replies (of 1 total)

The topic ‘Album links to galleries’ is closed to new replies.