Added page excerpt support
This commit is contained in:
parent
6e149ed6f3
commit
e5b0a5f1e5
|
@ -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>
|
||||
-------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue