【发布时间】:2012-03-15 23:40:08
【问题描述】:
这就是我想做的... 在我的网站中,每个帖子可以有几张图片,而且每个帖子都有一个附件图片,称为:缩略图{我的帖子的名称},这个特定的图片被附加到带有多媒体画廊的帖子中,这个图片的目的是出现在类别列表中。
<article>
<p class="the-picture"><img src="url-of-the-picture" /></a>
<p class="the-post-title"><a href="url-of-the-post">The post title</a></p>
<p class="the-post-excerpt">The post excerpt</p>
</article>
所以基本上这就是我想要做的,也许使用 get_post() 但我无法从帖子之外弄清楚如何做到这一点。 感谢您的帮助
【问题讨论】:
标签: wordpress attachment