Support » Plugins » [Plugin: NextGEN Gallery] Insert code in sidebar ?

  • Hi,
    I tried to insert code in the sidebar (like [album=..], [gallery=..]) without success because the code is not interpreted, of course.

    Is there a way to show a gallery list in the sidebar ?

    I created an album, put galleries inside, and no I want to show it in the sidebar, perhaps this is a good start ?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am wondering the same thing. I tried the NextGen sidebar widget, but do not want it displayed that way. I just want my album to be displayed like this:

    [album=7]

    I even tried using the Text Widget but it just displays the text like above. Any ideas?

    trying to do the same thing

    <?php
    $showalbum = '[album=delnorte_album,compact]';
    $showalbum = apply_filters('the_content', $showalbum );
    echo $showalbum;
    ?>

    well, this does it.

    ryanoz, thanks.
    I was looking for a way to display albums/galleries not in post/pages.
    This decision with filter very helped me. Thanks again)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] Insert code in sidebar ?’ is closed to new replies.