added body class, slight cleanup

This commit is contained in:
Jacob Haddon 2019-01-13 08:31:17 -05:00
parent b2e7e05f2c
commit 9589155f1f

View File

@ -6,11 +6,12 @@
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body>
<body <?php body_class(); ?>>
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu'
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu'
)
);?>