• Hi,

    I’m looking for a way to show all gallerys in an album. I now do this:

    $album = '[album=1]';
       $album = apply_filters('the_content', $album );
       echo $album;

    which is working perfectly. But if I click a gallery, the list is changed and the images in the gallery are shown, instead of the list of gallerys in that album.
    How do I fix this?

  • The topic ‘[Plugin: nextgen-gallery] Show gallerys in album’ is closed to new replies.