向内容中的缩略图添加标题 时间:2016-04-11 作者:Matt Loye 我仍在试图找到答案,我真的不知道wordpress核心(但我实际上对PHP很在行),我找不到如何在帖子中为我的图像添加标题。我知道我们可以使用get\\u发布到它外部的任何缩略图,但在内部,我需要自定义“the\\u content()”显示。有人有办法帮我吗?谢谢马蒂厄 1 个回复 SO网友:Nirpendra Patel <figure> <?php echo get_the_post_thumbnail( null, $size, $attr ); ?> <figcaption>here goes your caption</figcaption> </figure> 对于\\u post\\u缩略图检查:https://developer.wordpress.org/reference/functions/the_post_thumbnail/ 文章导航