added in nav menu, updated naming
This commit is contained in:
parent
6ced58da13
commit
d500f92e3e
@ -9,3 +9,10 @@
|
|||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<?php wp_nav_menu( array(
|
||||||
|
'theme_location' => 'header-menu',
|
||||||
|
'container_class' => 'mfwpt_menu'
|
||||||
|
)
|
||||||
|
);?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user