Register header menu
This commit is contained in:
parent
86ded7ef9b
commit
c9c4891882
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ add_action('template_redirect', function () {
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
add_action('init', function () {
|
||||
register_nav_menu('header-menu', __('Header Menu'));
|
||||
});
|
||||
|
||||
// Register Custom Post Type
|
||||
|
||||
add_action('init', function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue