• Resolved w.bear

    (@wbear)


    A main constituent of my site are 4 thumbnail-pictures in head-area of ??the home page.
    Each time the page loads these 4 pictures are randomly generated from all my picture-gallerys:

    <? php if (function_exists (“nggDisplayRandomImages”)) nggDisplayRandomImages (4,120,80);>

    How do I do that with NextGen 2.0 ?

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter w.bear

    (@wbear)

    Ok – this seems to work:

    <?php
    $example = new C_Widget();
    $example->echo_widget_random(4,120,80);
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘RandomImages’ is closed to new replies.