【WordPress】functions.phpにadd post type support関数を使って属性を追加
<?php add_post_type_support( 'post', 'page-attributes' );