Drop this line in your active theme’s functions.php file and you’re good to go… probably forever!
add_post_type_support( 'page', 'excerpt' );
add_action('init', 'my_custom_init');
function my_custom_init() {
add_post_type_support( 'page', 'excerpt' );
}
}
Revisions
There are no revisions for this post.
No comments yet.