How to hide the Text Area in the Post Edit screen

In your functions.php file where the custom post type is registered do you see:

'supports' => array('title','editor','thumbnail')

or something similar? If so remove 'editor'

Leave a Comment

tech