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,9 +6,10 @@
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?> <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
<body>
<?php wp_nav_menu( array( <body <?php body_class(); ?>>
<?php wp_nav_menu( array(
'theme_location' => 'header-menu', 'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu' 'container_class' => 'mfwpt_menu'
) )