ポストタイプ名とは別の名前を出力 デフォルト機能

ラベルからシングルネームを取り出して表示

<?php echo esc_html( get_post_type_object( get_post_type() )->labels->singular_name ); ?>