Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我已经获得控制权的网站注册了几个自定义缩略图大小,并且希望能够在模板代码中调用它们,模板代码设置如下
<img id="product_thumb" class="border--round" alt="Image" src="<?php echo $vehiclepods->field('featured_image')['guid']; ?>">
我在哪里传递缩略图参数,甚至强制大小?
示例模板在这里
这里的功能
取决于您的设置和 pod 配置
$vehiclepods->field('featured_image.speedmaster_front')
应该输出完整图像!
有关如何在 Pods 文档中获取链接或更多内容的更多详细信息:
场地()
展示()
魔术标签
找到字段和缩略图之间的缺失位。
featured_image._src.speedmaster_front