Return to Snippet

Revision: 51750
at October 4, 2011 01:32 by S_Park


Initial Code
//Add to your 'functions.php' file
add_post_type_support( 'page', 'excerpt' );

Initial URL
http://wpti.ps/functions/enable-page-excerpts/

Initial Description
Wordpress by default doesn't allow excerpts for pages - this simple function enable them.

Initial Title
Wordpress: Enable excerpt field for pages

Initial Tags


Initial Language
PHP