我正在做一个项目http://www.node.au.com。在主页中,您可以看到很多图像,我需要做的是为具有多个图像的图像放置一个滑块,以便用户无需单击该特定图像具有多个图像的图像即可看到它就像在http://themes.swiftpsd.com/clique/中一样,当鼠标悬停在图像上时,我需要与上述参考链接中相同的图像标题。我搜索了它,但找不到它。
这是我的代码
<ul id="fdgSlides">
<?php if(get_post_meta($post->ID, 'two2_project_featured_image',true)==1){
$showFeat = false; } else { $showFeat = true; } $nvideoshtml5 = 1; $naudios = 1;
$images = two2_get_project_media('thumbnail','large_slideshow',$showFeat);
if(count($images)>0){ foreach($images as $image){ ?>