Custom header support
This commit is contained in:
parent
ea54c5f0cb
commit
4659b59c03
|
@ -5,6 +5,7 @@
|
|||
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
add_theme_support( 'automatic-feed-links' );
|
||||
add_theme_support( 'custom-header' );
|
||||
add_post_type_support( 'page', 'excerpt' );
|
||||
|
||||
/* =Remove gunk from <head>
|
||||
|
|
Loading…
Reference in New Issue