标签: php wordpress
在WordPress中,我试图获取包含缩略图的页面列表,但只包含具有特定自定义字段的页面。我可以得到列表,但不是他们的缩略图。这就是我到目前为止所做的:
<?php wp_list_pages( 'meta_key=mypagetag&meta_value=crew&depth=2&title_li=&get_the_post_thumbnail=1' );?>
答案 0 :(得分:0)
&get_the_post_thumbnail=1不是wp_list_pages
&get_the_post_thumbnail=1
我建议您在wp_list_pages
wp_list_pages
结帐this tuturial