function add_excerpt_to_page() {
     add_post_type_support('page', array('excerpt'));
}
add_action('init', 'add_excerpt_to_page');