By default the WordPress ‘Page’ doesn’t show the Excerpt. If you’d like to enable this you can do so by adding the following line to your functions.php:
add_post_type_support( 'page', 'excerpt' );
By default the WordPress ‘Page’ doesn’t show the Excerpt. If you’d like to enable this you can do so by adding the following line to your functions.php:
add_post_type_support( 'page', 'excerpt' );