有没有一种方法只针对循环中的图像?

时间:2013-08-18 作者:tmyie

我是WordPress的新手,我正在尝试针对内容的特定部分。

我知道如何用get_title()is there something similar for images?

1 个回复
SO网友:s_ha_dum

那要看情况而定。

the_post_thumbnail 这将呼应;“特色”;图像和get_children 可以抓取所有附件。

但是,某些类型的图像没有附加,所以你很难获得它们。

参考文献

http://codex.wordpress.org/Function_Reference/the_post_thumbnail
http://codex.wordpress.org/Function_Reference/get_children

结束

相关推荐

Looping through tabular data

我试图创建一个包含两个不同循环结果的信息的表。第一个循环遍历自定义帖子类型列表以显示团队名称。另一个是提供关于每个团队的数据,并存储为元数据。所以我想我需要某种方法来构造一个双查询,以便创建一个循环。这就是我目前的情况:$team = new WP_Query(array(\'post_type\' => \'team_page\') ); $args = array( \'post_type\' => \'match_report\',