Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [Plugin: NextGEN Gallery] Change word "Photos" in album description

Viewing 1 replies (of 1 total)
  • In wp-content/plugins/nextgen-gallery/view is a file called….

    album-extend.php

    Inside the file, look for this

    <div class="ngg-description">
    <p><?php echo $gallery->galdesc ?></p>
    <?php if ($gallery->counter > 0) : ?>
    <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p>
    <?php endif; ?>

    and change the word ‘Photos’ to whatever you wish.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] Change word "Photos" in album description’ is closed to new replies.