我最近为 wordpress 安装了 Dynamic Featured Image 插件。但我不知道如何链接图像。我正在尝试为我创建一个这样的画廊http://www.subcreative.com.au/#work - 向下滚动到项目,你会看到。
我已将此代码放在functions.php中
<?php
while ( have_posts() ) : the_post();
if( function_exists('dfi_get_featured_images') ) {
$featuredImages = dfi_get_featured_images();
//Now, loop through the image to display
}
endwhile;
?>
并用它来链接图像。
echo ' <a class="fancybox" href="'. dfi_get_featured_images() .'" style="text-align:center">Take a look</a> '; ?>
但是当我尝试打开图像时,它变成了“/array”