$post = get_post( 52 ); // let's get a post title by ID echo $post->post_title; ... Get post status by post ID echo $query->post->post_status;.
確定! 回上一頁