Ref: https://codex.wordpress.org/Function_Reference/register_post_type
register_post_type(‘post’, array(
‘supports’ => array(‘page-attributes’)
));
Ref: https://codex.wordpress.org/Function_Reference/register_post_type
register_post_type(‘post’, array(
‘supports’ => array(‘page-attributes’)
));