From: Steve Sutton Date: Wed, 6 Sep 2017 18:10:01 +0000 (-0400) Subject: Update footer nav X-Git-Tag: v1.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c8a19ef2c40c85e1adf81febaab64e1c1543681c;p=WP-Themes%2Fbaragacounty.git Update footer nav Remove Visitor Guide link that was hardcoded in. --- diff --git a/lib/navigation.php b/lib/navigation.php index fd99b52..d22cd40 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -156,7 +156,7 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo '
'. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
'; echo 'Weather'; echo '
  • '; - echo 'Visitors Guide
  • '; + //echo 'Visitors Guide'; echo ''; } function glm_get_footer_nav_menu( $theme_location ){ diff --git a/style.css b/style.css index 5a52c5e..e4402ed 100644 --- 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 */