Hey i use the nggslideshowWidget on my starting page, and i want to be able to click on the slideshowWidget and get to specific page or post is that possible, Like an <A HREF="
Right now when i click the slideshowWidget is just changing pictures.
Has anyone manage to do this?
The code i use on my starting page is :
<div class="nextgen">
<?php
if (function_exists("nggSlideshowWidget"))
{
nggSlideshowWidget(1,639,200);
}
?>
</div>