get the image of the post 时间:2011-01-24 作者:Luis 我正在运行“循环”,我想获得帖子的图像(原始大小,而不是缩略图),我该怎么做?非常感谢。 3 个回复 SO网友:Dalton Rooney 功能the_post_thumbnail() 为您抓取特色图片。您可以像这样指定全尺寸图像,我认为:the_post_thumbnail(\'full\') SO网友:MikeSchinkel 你好@Luis:WordPress的图像处理很棘手,在边缘情况下也不一致,因此这可能是您想要的,也可能不是您想要的,但我认为您想要的是:wp_get_attachment_url($post->ID); 这将为您提供完整大小的附加文件的URL,但如果这不能提供您需要的内容,我需要您提供有关您正在谈论的图像的更多信息;在媒体区、你的帖子中等等?您输入照片的管理员屏幕截图也会有所帮助。 SO网友:Philip 有很多方法可以获取\\u附件,wp_get_attachment_url($post->ID); wp_get_attachment_link($id=0, $size=\'full\', $permalink=false, $icon=false); 以下是get_attachment 可能性,http://digwp.com/2009/08/awesome-image-attachment-recipes-for-wordpress/ 结束 文章导航