• Hello,

    I have an old version of WordPress and NextGenGallery 0.98.

    Great program.

    Does anyone know how to remove the Gallery Title from the Album view ?

    I’ve been using a system on naming my Galleries. The titles don’t make much sense when displayed. I’m fine with just the displaying the number of photographs in the gallery.

    I’d rather not remove the title from the Manage Galleries Page.

    Is there any code or something I can comment out to achieve my goal ?

    Thanx in advance.

    al

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • this was great, thanks….

    @rumlab
    If I want to keep the title and remove the post count, what code should I use then?

    If i remove this part from the album-extend.php (as franos suggests) not only the image count but the description dissapears as well;

    <?php if ($gallery->counter > 0) : ?>
    				<p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p>
    				<?php endif; ?>

    Is it possible to delete the image count while keeping the description? I can´t find the right code for it.I am editing the .php in several ways but my codes display the galleries in weird ways like cascades, etc. Any help would be appreciated.

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘[Plugin: NextGEN Gallery] Remove Title’ is closed to new replies.