added body class, slight cleanup
This commit is contained in:
parent
b2e7e05f2c
commit
9589155f1f
@ -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'
|
||||
)
|
||||
);?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user