/ Published in: PHP
Adds an excerpt field to pages when editing. Goes in functions.php
Expand |
Embed | Plain Text
// **************** EXCERPTS IN PAGES add_post_type_support( 'page', 'excerpt' );
You need to login to post a comment.
klagraff on 07/19/12
1 person have marked this snippet as a favorite
Adds an excerpt field to pages when editing. Goes in functions.php
// **************** EXCERPTS IN PAGES add_post_type_support( 'page', 'excerpt' );
You need to login to post a comment.