From: Steve Sutton Date: Thu, 20 Dec 2018 20:54:11 +0000 (-0500) Subject: Updating weather widget X-Git-Tag: v1.0.31^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3f7e0df1ae046363033f6b2ae3f5e5e0ee39a2d9;p=WP-Themes%2Fbaragacounty.git Updating weather widget use awesom weather widget --- diff --git a/lib/navigation.php b/lib/navigation.php index 4bc2482..e36cd02 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -249,7 +249,8 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo glm_get_footer_nav_menu( 'footer' ); echo '
  • '; - echo '
    '. do_shortcode('[wunderground location="L\'Anse, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + // echo '
    '. do_shortcode('[wunderground location="L\'Anse, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + echo '
    '. do_shortcode('[awesome-weather location="L\'Anse" units="F" forecast_days="4"]') . '
    '; echo 'Weather
  • '; echo '
  • '; //echo 'Visitors Guide
  • ';