• Resolved Jeff Cohan

    (@jdcohan)


    I’m using an Album page for displaying its galleries rather than separate pages for each gallery (i.e., “Deactivate gallery page link” is checked).

    Is there a way to include the gallery name and/or gallery description on the page when the gallery is loaded?

    TIA.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jeff Cohan

    (@jdcohan)

    Here is a rough sketch of what I’m looking for:

    https://nsiteful.com/special/misc/nextgen01.gif

    Thread Starter Jeff Cohan

    (@jdcohan)

    Got it. Thanks to @flowfree!

    Hi there

    Is there any chance you could share the solution please? I am having the same issue.

    Many thanks.
    Jon

    I have been searching for this answer – tried to send a pm to jdcohan but can’t locate that facility!!

    I found the answer

    Go to plugins, click EDIT for the NextGen plugin and find the file
    nextgen-gallery/view/gallery.php

    Look for the line –

    <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
    
    <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">

    ADD this line to get the Gallery Title to display –

    <p><?php echo $gallery->title ?></p> <!-----------------show Gallery Title-------------------->

    Hope this helps someone else

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin NextGEN Gallery] – Show Gallery name on Gallery pages when using Album’ is closed to new replies.