WordPress out of the box allows you to create excerpts for posts but not pages, to add a excerpt meta field to your pages, all you need is to add the following code to your functions.php file:

add_post_type_support('page', 'excerpt');

The above code work with WordPress 3.0 and above.

One Response to WordPress page excerpt

  1. Serge says:

    A useful peace of advice. Thank you for sharing it, Gary.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>