0
Enabling Excerpts For WordPress Pages
Simply add this line of code to your functions.php file and you’re good to go. This will hook into the page function and tell it to alow use of excerpts.
add_post_type_support( 'page', 'excerpt' );
Levels: Syntax: WordPress





