Add Below line for functions.php inside :
add_post_type_support(
'page'
,
'excerpt'
);
after added above code, the excerpt will show you.
Add Below line for functions.php inside :
add_post_type_support(
'page'
,
'excerpt'
);
after added above code, the excerpt will show you.