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

@ -9,3 +9,10 @@
<?php wp_head(); ?>
</head>
<body>
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu'
)
);?>