add wp theme logo feature

This commit is contained in:
Jessica Jean 2016-09-15 14:08:12 -07:00 committed by GitHub
parent e4f3bff15a
commit 22a1da96f0
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' );