• Hi,
    I need to amend gallery.php after every update to display gallery name on gallery pages.
    Could this be fixed for the future?
    Regards,
    Gabor

    in this file:
    nextgen-gallery/view/gallery.php
    after this line below:
    <?php if (!defined (‘ABSPATH’)) die (‘No direct access allowed’); ?><?php if (!empty ($gallery)) : ?>
    add this line:
    <p><?php echo $gallery->title ?></p>

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

  • The topic ‘gallery name on gallery page’ is closed to new replies.