support for custom logo
This commit is contained in:
parent
b01ca60341
commit
e8f3b2c328
2 changed files with 11 additions and 3 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
function kit_setup() {
|
||||
|
||||
add_theme_support('menus');
|
||||
add_theme_support( 'menus' );
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
add_theme_support( 'custom-logo' );
|
||||
|
||||
register_nav_menus( array(
|
||||
'primary' => 'Main Menu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue