• I used to display the titles of galleries by putting
    <?php echo $gallery->description ?>
    in the NextGen Template page in the view folder.
    The new version doesn’t have a view folder.
    Does anyone know how to display the titles of the galleries?
    It doesn’t work If I put that code in my theme template. Do need something in my functions.php for it to work?

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem with the 2.0.33 version. I found another posting that stated that the old gallery.php is similar to the index.php file in:
    /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/
    modules/nextgen_basic_gallery/templates/thumbnails/index.php

    However adding <h2><?php echo $gallery->title ?><h2> does not work under the line “class=”ngg-galleryoverview””. I’ve been searching for days now on how to retrieve the gallery name. No luck. The people in Photocrati tells it’s users to create a page for every gallery and link to it. Some solution that is… a new webpage for every gallery! They must think people only have a few galleries. I have over 40!

    wjgoodman, there is another post called “Is it possible to display title on gallery page” where Cais from Photocrati mentioned it was possible to do. I did it and it worked using the old “<?php echo $gallery->title ?>” code. Look for that posting.

    Sorry I don’t know how to link to other posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting the titles of galleries to display in the new version of NextGen’ is closed to new replies.