Merge pull request #1 from jessijean/jessijean-patch-1

add wp theme logo feature
This commit is contained in:
Jessica Jean 2016-09-15 14:11:04 -07:00 committed by GitHub
commit b4863b9327
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ function understrap_setup() {
'default-color' => 'ffffff',
'default-image' => '',
) ) );
// Set up the Wordpress Theme logo feature.
add_theme_support('custom-logo');
}
endif; // understrap_setup
add_action( 'after_setup_theme', 'understrap_setup' );