Added page excerpt support

This commit is contained in:
mikefrancis 2012-08-24 11:44:15 +02:00
parent 6e149ed6f3
commit e5b0a5f1e5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
add_theme_support( 'post-thumbnails' );
add_theme_support( 'automatic-feed-links' );
add_post_type_support( 'page', 'excerpt' );
/* =Remove gunk from <head>
-------------------------------------------------------------- */