... get_post($post_id); $title = get_the_title($post_id); $status = get_post_status($post_id); $type = get_post_type($post_id); if ("post" ...
確定! 回上一頁