hide default post body field in backend

add_action('init', 'init_remove_support',100);
function init_remove_support()
{
   $post_type="your post type";
   remove_post_type_support( $post_type, 'editor');
}

Add this to your themes functions.php and it should take care of it. cheers 🙂

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)