Oops.. It’s Not for pages by default i forgot.
I have to edit functions.php, add following lines for that:
add_action(‘init’, ‘enable_page_excerpts’);
function enable_page_excerpts()
{
add_post_type_support(‘page’, ‘excerpt’);
}
/* Silly Me… ?? */
Thanks @StyledThemes ??