add_action( 'admin_init', 'your_custom_post_order_fn' ); function your_custom_post_order_fn() { add_post_type_support( 'post', 'page-attributes' ); }