add footer menu area
This commit is contained in:
parent
9c188c34c1
commit
2122aa387a
5 changed files with 32 additions and 37 deletions
9
kit/functions.php
Normal file
9
kit/functions.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
function kit_setup() {
|
||||
register_nav_menus( array(
|
||||
'primary' => esc_html__( 'Footer Menu', 'kit' ),
|
||||
) );
|
||||
};
|
||||
|
||||
add_action( 'after_setup_theme', 'kit_setup' );
|
||||
Loading…
Add table
Add a link
Reference in a new issue