检索原始大小的帖子缩略图 时间:2012-08-16 作者:Nistor Alexandru 嗨,我正在尝试将jquery库集成到我的wordpress主题中。画廊将有一个标题,显示帖子标题和摘录内容。我想做的是为帖子创建一个自定义查询并检索帖子缩略图,我希望能够获得存储在媒体库中的全尺寸图像。有没有办法做到这一点? 2 个回复 最合适的回答,由SO网友:byronyasgur 整理而成 尝试以下操作:<?php echo get_the_post_thumbnail($page->ID, \'full\'); ?> codex.wordpress.org/Function_Reference/get_the_post_thumbnail#thumbnail SO网友:woony 你是说这个?http://codex.wordpress.org/Function_Reference/wp_get_attachment_image http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src 结束 文章导航