我使用 Foundation Orbit 和 Wordpress,但是当我使用以下代码时,它只给了我 5 张图片。附件有限制吗?还是有其他问题?
$attachments = get_posts( array( 'post_type' => 'attachment', 'post_status' => 'published', 'post_parent' => get_the_ID() ));
我使用 Foundation Orbit 和 Wordpress,但是当我使用以下代码时,它只给了我 5 张图片。附件有限制吗?还是有其他问题?
$attachments = get_posts( array( 'post_type' => 'attachment', 'post_status' => 'published', 'post_parent' => get_the_ID() ));