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?
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?
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: http://nextgen.boelinger.com/templates/
This topic has been closed to new replies.