So you've got all that information in the array stored in $args, now to load get_posts() with it. This is done here: $attachments = get_posts($args); Now ...
確定! 回上一頁