Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Excerpts for pages

Adds the Excerpt box to pages, so they get a written summary for search results, archives and sharing, just like posts.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Posts and editor
  • Tested with WordPress 7.1
PHP
<?php

add_action(
	'init',
	static function () {
		add_post_type_support( 'page', 'excerpt' );
	}
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.