$query['post_status'] = 'publish'; // otherwise wp thinks we're in the admin and shows all post statuses $posts = get_posts($query);
確定! 回上一頁