Forums

[Plugin: NextGEN Gallery] How do I add the Image Browser to a Page Template? (3 posts)

  1. LeaseahB
    Member
    Posted 8 months ago #

    I found code elsewhere that allows me to add the slideshow to a Page Template. Is there code for displaying the image browser on a page template? I would like for the user to be able to scroll through the pictures on this one page.

    Here's the code I found:

    <?php
          $showalbum = '[slideshow=1]';
          $showalbum = apply_filters('the_content', $showalbum );
          echo $showalbum;
        ?>

    Thanks for any info!
    Lisa B.

  2. gideonvd
    Member
    Posted 8 months ago #

    Try to give a more detailed description of what you want to do. What do you mean by page template? Are you using wordpress?

    Gideon

  3. alexrabe
    Member
    Posted 8 months ago #

    <?php 
    
    echo nggShowImageBrowser(123);
    
    ?>

    did the trick

Reply

You must log in to post.

About this Topic