设置 post_thumbnail 和 lightbox 的大小

发布于 2024-12-10 00:01:17 字数 277 浏览 0 评论 0原文

我需要使用 post_thumbnail 函数设置灯箱和大小。

我在我的网站上实现了此代码 http://pastebin.com/UhA1UxYv

我怎样才能设置像 355px 这样的尺寸X 236px 和这个大图像添加 rel 以在灯箱中打开?或thickbox

我知道设置大小的函数是array(355,236),但我不知道如何在代码中实现它。

I need to set lightbox and size with the post_thumbnail function.

I have this code implemented on my site http://pastebin.com/UhA1UxYv

How can I set a size like 355px X 236px and this large image add the rel to open in lightbox? or thickbox

I know that the function to set size is array(355,236), but I don't know how implemented this in the code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

空心空情空意 2024-12-17 00:01:17

我想像这样

wp_get_attachment_image_src( get_post_thumbnail_id(), array(355,236))

like this i think

wp_get_attachment_image_src( get_post_thumbnail_id(), array(355,236))
笙痞 2024-12-17 00:01:17

这很简单,使用它可以节省您的时间和服务器负载。

http://code.google.com/p/timthumb/

It is very simple, use this instead will save your time and server load.

http://code.google.com/p/timthumb/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文