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');
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.
Δ
Comments Leave a Reply