postStatus = get_post_status();. if ($ postStatus === 'draft') { echo 'Draft'; } else if ($ postStatus === 'future') { echo 'Planned'; }
確定! 回上一頁