X

Enable page excerpts

Placing this php code within the wordpress functions.php file in your theme will enable excerpts for pages.

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

Comments   Leave a Reply

Add a Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!