• Hi,

    I’m using Nextgen image gallery, and it’s working great. I’ve got one problem though, I’d like to display the gallerys in an album on a certain page. I use this code:

    <?php
    if (is_page('5'))
    {
     $album = '[album=1]';
       $album = apply_filters('the_content', $album );
       echo $album;
    }
    else {
    echo 'No gallery here';
    }
    
    ?>

    If you go to page 5, I see a list of the gallerys, like I want to. But if I click a gallery, the list changes, and displays all the images in this gallery, instead of just giving the gallery-list.
    How do I display the gallery-list instead of the pictures in that specific gallery in the sidebar?

    Here’s my problem:
    https://fealix.net/maria/portfolio/

    If you click a gallery, the left menu changes, but I do not want that. I don’t want to make new pages for every gallery, since that would ruin the whole idea of gallerys and albums. ??

    Thanks in advance!
    Lourens

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display gallerys in an album (NextGen)’ is closed to new replies.