Add Excerpt Support for Pages in WordPress

Written by on August 29, 2012 in WordPress - No comments
wordpress-excerpt

In WordPress posts have excerpts which can easily be pulled onto other areas of the site. You may come across the need to allow excerpts on pages also. This isn’t turned on by default, but you can easily add support for excerpts on pages by adding the following code to your functions.php file:

add_post_type_support( 'page', 'excerpt' );

Sponsors

About the Author

Mike Ilsley "ilz" is a Boston based website designer, front-end developer, WordPress addict, owner of Beantown Design, and exclusive ThemeForest author. Follow him on Twitter and Facebook, and don't forget to subscribe to the WebDesign&Such email RSS feed. Also, check out his latest project, jQueryMobileShowcase.com.