<?php
register_nav_menus(array(
- 'top-bar' => 'Site Navigation'
+ 'top-bar' => 'Site Navigation',
+ 'footer' => 'Footer Navigation'
));
/**
));
}
}
+/**
+ * Footer
+ */
+if ( ! function_exists( 'glm_theme_footer' ) ) {
+ function glm_theme_footer() {
+ wp_nav_menu(array(
+ 'container' => false, // remove nav container
+ 'container_class' => '', // class of container
+ 'menu' => '', // menu name
+ 'menu_class' => '', // adding custom nav class
+ 'theme_location' => 'footer', // where it's located in the theme
+ 'before' => '', // before each link <a>
+ 'after' => '', // after each link </a>
+ 'link_before' => '', // before each link text
+ 'link_after' => '', // after each link text
+ 'depth' => 3, // limit the depth of the nav
+ 'fallback_cb' => false, // fallback function (see below)
+ 'walker' => new Glm_Theme_Top_Bar_Walker()
+ ));
+ }
+}
/**
* Mobile off-canvas
echo '<div class="left-off-canvas-list">';
echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo glm_get_mobile_nav_menu( 'top-bar' );
+// echo glm_get_mobile_nav_menu( 'footer' );
echo '</ul></div>';
}
}
<aside class="left-off-canvas-menu hide-for-large-up">
<?php glm_theme_mobile_off_canvas(); ?>
+<!--
<ul id="sec-off-canvas">
<li><a href="#">Member Login</a></li>
<li><a href="#">Chamber of Commerce</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Media</a></li>
</ul>
+-->
<?php get_template_part('parts/search');?>
<ul class="offcavas-social-list text-center">
<li class="face"><a href="http://www.facebook.com/pages/Think-Dunes/342919239241" target="_blank"></a></li>