nextgen gallery random image not working
-
Hi,
i have nextgen gallery installed with picture, here:
http://www.romadrinkteam.it/galleria/I put the last images in homepage using this code:
<?php
if (function_exists(“nggDisplayRecentImages”))
{nggDisplayRecentImages(6,70,53);}
?>as you ca see here:
http://www.romadrinkteam.itAnd i tried also to put random images using thiis two kinds of codes:
<?php
if (function_exists(“nggDisplayRandomImages”))
{nggDisplayRandomImages(6,70,53);}
?>or
<?php nggDisplayRandomImages(6,70,53); ?>
without success.
The picture are not displayedSomeone could help me?
The topic ‘nextgen gallery random image not working’ is closed to new replies.