added in nav menu, updated naming
This commit is contained in:
parent
6ced58da13
commit
d500f92e3e
@ -8,4 +8,11 @@
|
||||
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
|
||||
<?php wp_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