• Hi there,

    I want to insert the galery description to the head of the galery so that I can tell the visitor something about the picture-series.

    Is it possible to do that?

Viewing 1 replies (of 1 total)
  • Yes, it is possible. Just add some lines to the gallery template file like this:

    <div class="ngg-galleryoverview" id="ngg-gallery-<?php echo $gallery->ID ?>">
    <h2 style="text-align: center"><?php echo $gallery->title ?></h2>
    <div class="description">
    <?php echo htmlspecialchars_decode($gallery->description) ?>
    </div>

    More info on Templates: https://nextgen.boelinger.com/templates/

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] How to add description into galery’ is closed to new replies.