From 9a930f6c50627d5f6c901d169eccf5f36497a133 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 18 Aug 2015 16:50:40 -0400 Subject: [PATCH] Update footer nave so it doesn't nest ul menu --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index a504cd6..524a597 100644 --- a/functions.php +++ b/functions.php @@ -110,6 +110,7 @@ if ( ! function_exists( 'mountpleasantcvb_footer' ) ) { wp_nav_menu(array( 'container' => false, // remove nav container 'container_class' => '', // class of container + 'items_wrap' => '%3$s', 'menu' => '', // menu name 'menu_class' => '', // adding custom nav class 'theme_location' => 'footer', // where it's located in the theme -- 2.17.1