Add Excerpt to page in WordPress
add_post_type_support( 'page', 'excerpt' );
Copy and paste the code above into your functions.php file. Yep, that’s it, that’s all it takes.
Published on March 7, 2012
add_post_type_support( 'page', 'excerpt' );
Copy and paste the code above into your functions.php file. Yep, that’s it, that’s all it takes.
Published on March 7, 2012