WordPress: Add “Excerpt” Support for Pages

By default excerpts are not enabled in WordPress for pages but there is a simple function you can add to your functions.php file to enable Page Excerpts.
Open  functions.php file and add this line of code to it:

add_post_type_support('page', 'excerpt');

Leave a Comment

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.