Add Contact us page to off canvas.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Nov 2017 15:58:12 +0000 (10:58 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Nov 2017 15:58:12 +0000 (10:58 -0500)
Adding link into the glm_theme_mobile_off_canvas function.

lib/navigation.php

index 566a2cf..5eb7925 100644 (file)
@@ -47,6 +47,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) {
             'fallback_cb' => false,                         // fallback function (see below)
             'walker' => new Glm_Theme_Off_Canvas_Walker()
         ));
+        echo '<li class="page_item"><a href="' . get_permalink(47) . '">Contact Us</a></li>';
         echo '</ul></div>';
     }
 }