链接到 WordPress 中的 TimThumb 缩略图
我有一个使用 TimThumb 创建缩略图的 WordPress 主题。 我想要两个链接:
- 指向全尺寸图像的链接
- 指向图像缩略图的链接
我发现我可以像这样链接到全尺寸图像:
<a href="<?php echo $thumbnail["fullpath"]; ?>">Link to full size image</a>
但是如何链接到图像的缩略图?
I have a WordPress Theme that uses TimThumb to create thumbnails.
I want to have two links:
- A link to the full size image
- A link to a thumbnail of the image
I have figured out I can link to the full size image like this:
<a href="<?php echo $thumbnail["fullpath"]; ?>">Link to full size image</a>
But how do I link to a thumbnail of the image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)