wordpress 投稿ページ内で post id を取得したい

<?php
global $post;
echo $post->ID;