我有一个页面 ( http://schroeder.s482.sureserver.com/york-family-farm/ ),它是使用高级自定义字段插件从上传的照片生成的照片库。此特定页面中只有一张照片,但其他页面最多可以有 21 张照片。有没有办法让它只显示实际存在的图像?
这是我用来显示它的代码:
<a href="<?php the_field('featuredimage'); ?>" target="_blank">
<img src="<?php the_field('featuredimage'); ?>" width="290px" height="217px" id="ffs-pic">
</a>
非常感谢!喜欢向你们学习!