add wp theme logo feature
This commit is contained in:
parent
e4f3bff15a
commit
22a1da96f0
|
@ -74,6 +74,9 @@ function understrap_setup() {
|
||||||
'default-color' => 'ffffff',
|
'default-color' => 'ffffff',
|
||||||
'default-image' => '',
|
'default-image' => '',
|
||||||
) ) );
|
) ) );
|
||||||
|
|
||||||
|
// Set up the Wordpress Theme logo feature.
|
||||||
|
add_theme_support('custom-logo');
|
||||||
}
|
}
|
||||||
endif; // understrap_setup
|
endif; // understrap_setup
|
||||||
add_action( 'after_setup_theme', 'understrap_setup' );
|
add_action( 'after_setup_theme', 'understrap_setup' );
|
||||||
|
|
Reference in New Issue