Excerpts for pages
Adds the Excerpt box to pages, so they get a written summary for search results, archives and sharing, just like posts.
<?php
add_action(
'init',
static function () {
add_post_type_support( 'page', 'excerpt' );
}
);
In these packs
- Posts and the editor: Make the block editor calmer and give pages excerpts, tags and categories.