Add explore emmet county in mobile menu
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Nov 2015 18:03:46 +0000 (13:03 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Nov 2015 18:03:46 +0000 (13:03 -0500)
This will be for a new page jodie is creating

lib/navigation.php

index cb374d7..43add06 100644 (file)
@@ -55,7 +55,8 @@ if ( ! function_exists( 'emmetcounty_mobile_off_canvas' ) ) {
  */
 function glm_offcanvas_menu()
 {
-    echo '<div class="left-off-canvas-list"><ul class="home-off"><li class="page_item"><a href="'.home_url('/').'">Home</a></li></ul>';
+    echo '<div class="left-off-canvas-list">
+        <ul class="home-off"><li class="page_item"><a href="'.home_url('/').'">Home</a></li></ul>';
     wp_nav_menu(array(
         'theme_location'  => 'top-bar',
         'container'       => '',
@@ -66,6 +67,7 @@ function glm_offcanvas_menu()
         'menu_class'      => 'nav-off',
         'walker'          => new Emmetcounty_Off_Canvas_Walker()
     ));
+    echo '<ul class="home-off"><li class="page_item"><a href="'.esc_url(get_permalink(12105)).'">Explore Emmet County</a></li></ul>';
     echo '</div>';
     //wp_page_menu(array(
         //'depth' => 0,