Forums

[Plugin: NextGEN Gallery] How to add description into galery (2 posts)

  1. Pixelraver
    Member
    Posted 3 years ago #

    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?

  2. alexemde
    Member
    Posted 3 years ago #

    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/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.