Support » Fixing WordPress » Slideshow Integration of NextGen Gallery in the Header of a Non Widget Theme

  • Hi,

    I’ve a problem with the integration of the slideshow in my header.

    I read all the message in the forum and wordpress support, but still i’ve problems.

    After that i create the first gallery, with id=1, i put in the file header.php this:

    <div id=”middlepic”>
    <?php
    if (function_exists(“nggSlideshowWidget”))
    { nggSlideshowWidget(1,540,180); }
    ?>
    </div>

    But nothing appens, it seems that it doesn’t recognize the function nggSlideshowWidget.

    I use my own theme and it’s not a widget ready theme, so i put manually the code inside this.

    Thanks for the help

    Giulio

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slideshow Integration of NextGen Gallery in the Header of a Non Widget Theme’ is closed to new replies.