sorry, can you be more specific on what should i do to have popups from images in the imageshow gk ?
Thanks
if($images[$i]->post_content != '' && $titles[$i] != '') {
echo '<div class="figcaption">';
if($titles[$i] != '') {
echo '<h3><a href="'.$links[$i].'">' . $titles[$i] . '</a></h3>';
}
if($images[$i]->post_content != '') {
echo '<p><a href="'.$links[$i].'">' . $images[$i]->post_content . '</a></p>';
}
echo '</div>';
}
echo '</div>';