Update footer nav
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Sep 2017 18:10:01 +0000 (14:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Sep 2017 18:10:01 +0000 (14:10 -0400)
Remove Visitor Guide link that was hardcoded in.

lib/navigation.php
style.css

index fd99b52..d22cd40 100644 (file)
@@ -156,7 +156,7 @@ if ( ! function_exists( 'glm_theme_footer' ) ) {
       echo '<div id="weather-widget"> '. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '</div>';
       echo '<a href="https://www.wunderground.com/q/zmw:49128.1.99999" target="_blank" id="activate-weather">Weather</a></li>';
       echo '<li>';
-      echo '<a href="#">Visitors Guide</a></li>';
+      //echo '<a href="#">Visitors Guide</a></li>';
       echo '</ul>';
   }
   function glm_get_footer_nav_menu( $theme_location ){
index 5a52c5e..e4402ed 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BaragaCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BaragaCounty
-Version: 1.0.1
+Version: 1.0.2
 */