added in nav menu, updated naming

This commit is contained in:
Jacob Haddon 2018-11-16 11:26:21 -05:00
parent 6ced58da13
commit d500f92e3e

View File

@ -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'
)
);?>