wordpress,获取包含缩略图的页面列表,但只包含具有特定自定义字段的页面

时间:2013-08-09 19:17:03

标签: php wordpress

在WordPress中,我试图获取包含缩略图的页面列表,但只包含具有特定自定义字段的页面。我可以得到列表,但不是他们的缩略图。这就是我到目前为止所做的:

 <?php wp_list_pages( 'meta_key=mypagetag&meta_value=crew&depth=2&title_li=&get_the_post_thumbnail=1' );?>

1 个答案:

答案 0 :(得分:0)

&get_the_post_thumbnail=1不是wp_list_pages

中的有效参数

我建议您在wp_list_pages

添加custom walker

结帐this tuturial